toHex property

String get toHex

Implementation

String get toHex => toInt().toRadixString(16);