Base16Data class

Byte data represented by Base-16 (Hex) encoded text. @param value the data bytes

Constructors

Base16Data(Uint8List value)
Creates a Base16Data instance from raw bytes data. @param value the underlying data @return a Base16Data instance
Base16Data.unsafe(String from)
factory
Base16Data.validated(String from)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show String
no setter
value Uint8List
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited