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 aBase16Data
instance - Base16Data.unsafe(String from)
-
factory
- Base16Data.validated(String from)
Properties
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