HexString class

Constructors

HexString(String hexString)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

ensure(String hexString) HexString
fromBuffer(Uint8List buffer) HexString
fromUint8Array(Uint8List arr) HexString