ecChecksumAddress property
String?
get
ecChecksumAddress
Implementation
String? get ecChecksumAddress => account.ecIdentity?.getAccountId() != null
? crc32Add(account.ecIdentity!.getAccountId()).toHex()
: null;