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