hex property

String hex

Implementation

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