toHexString method

String toHexString()

Implementation

String toHexString() =>
    "#${toARGB32().toRadixString(16).substring(2).padLeft(2, '0')}";