When a user is creating an address, the constructor should be validating the checksum by default and not expect the user to call Address.isValidRawAddress before...
https://github.com/symbol/symbol-sdk-typescript-javascript/blob/main/src/model/account/Address.ts#L45
Note, I've added the validation and this breaks several invalid unit tests where the addresses are invalid.