toHex property

String toHex

Implementation

String get toHex {
  return '\'#${this.value.toRadixString(16).substring(2, 8)}\'';
}