checksum property

String checksum

Implementation

String get checksum =>
    isUserAddress ? checksumBytes.hex : checksumBytes.complement.hex;