Pointer class
Constructors
- Pointer.new({required BigInt slot, required BigInt txIndex, required BigInt certIndex})
-
const
-
Pointer.fromBytes(List<
int> data) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → List< int> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited