hexString property
String
get
hexString
A getter to return a hex String from the raw bytes (_bytes
)
Implementation
String get hexString => hex.encode(_bytes);
A getter to return a hex String from the raw bytes (_bytes
)
String get hexString => hex.encode(_bytes);