toHexaDecimal property

String get toHexaDecimal

Implementation

String get toHexaDecimal => "0x${toRadixString(16)}";