hex property

String get hex

Returns the address as a lowercase hex string with 0x prefix.

Implementation

String get hex => HexUtils.encode(bytes).toLowerCase();