HexData class
Hex String Data.
Constructors
- HexData(String value)
-
From Hex String.
const
-
HexData.fromBytes(Iterable<
int> bytes)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toHex(
) → String - Convert to Hex String with prefix.
-
toNoPrefixHex(
) → String - Convert to Hex String without prefix.
-
toShortHex(
) → String - Convert to Hex String Trim extra zeroes in the beginning of a string.
-
toString(
) → String -
return Hex String value.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override