hexWithBytesPrefix property

String get hexWithBytesPrefix

Implementation

String get hexWithBytesPrefix {
  return bytesPrefix + toHex();
}