hexString property

String get hexString

A getter to return a hex String from the raw bytes (_bytes)

Implementation

String get hexString => hex.encode(_bytes);