toHex method
Implementation
String toHex() =>
'#${value.toRadixString(16).substring(2, value.toRadixString(16).length)}'
.toUpperCase();
String toHex() =>
'#${value.toRadixString(16).substring(2, value.toRadixString(16).length)}'
.toUpperCase();