StorageEntryTypeMap class
Map storage (key to value mapping)
Can be single-key map or multi-key map (using multiple hashers).
- Inheritance
-
- Object
- StorageEntryType
- StorageEntryTypeMap
Constructors
-
StorageEntryTypeMap({required List<
StorageHasherEnum> hashers, required int keyType, required int valueType}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hashers
→ List<
StorageHasherEnum> -
List of hashers used for the keys
final
- keyType → int
-
Type ID of the key
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueType → int
-
Type ID of the value
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited