ExtractTableLookup class
Class representing the extracted table lookup with associated readable and writable addresses.
Constructors
-
ExtractTableLookup({required List<
SolAddress> readable, required List<SolAddress> writable, required AddressTableLookup lookup}) - Constructor to create an ExtractTableLookup instance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lookup → AddressTableLookup
-
The address table lookup object.
final
-
readable
→ List<
SolAddress> -
List of readable addresses associated with the lookup.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
writable
→ List<
SolAddress> -
List of writable addresses associated with the lookup.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited