hexWithoutPrefix property

String get hexWithoutPrefix

Implementation

String get hexWithoutPrefix {
  return value.toRadixString(16).substring(2).toUpperCase();
}