asHexString method

String asHexString()

Give a representation of this recovery data key as a hexadecimal string

Implementation

String asHexString() => hex.encode(_bytes);