toHex method

String toHex()

Implementation

String toHex() => '#${value.toRadixString(16).padLeft(8, '0')}';