valueAsHex property

String get valueAsHex

Implementation

String get valueAsHex => value.toRadixString(16).padLeft(2, '0');