asHex property

String get asHex

Implementation

String get asHex => '#${use.value.toRadixString(16).toUpperCase()}';