hexEncoded property

String hexEncoded

Implementation

String get hexEncoded {
  return Convert.bytesToHexStr(bytes);
}