hex property

String get hex

Implementation

String get hex => "#" + value.toRadixString(16);