SolType class abstract
- Implementers
Constructors
- SolType()
Properties
Methods
-
decode(
Uint8List data, int offset) → (dynamic, int) -
ABI-decode from
dataat byteoffset. Returns (decoded value, bytes consumed from head). -
encode(
dynamic value) → Uint8List -
ABI-encode
valueas a 32-byte-aligned Uint8List. For dynamic types, returns the tail; the caller places the offset in the head. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited