hex property

String get hex

address in hexadecimal format.

Implementation

String get hex => '0x${address.toRadixString(16).toUpperCase()}';