HexData class

Hex String Data.

Constructors

HexData(String value)
From Hex String.
const
HexData.fromBytes(Iterable<int> bytes)

Properties

bytes Iterable<int>
decode Hex String value to bytes
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Hex String
final

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