StorageEntryTypeV9_DoubleMap class
- Inheritance
-
- Object
- StorageEntryTypeV9
- StorageEntryTypeV9_DoubleMap
Constructors
- StorageEntryTypeV9_DoubleMap({required StorageHasherV9 hasher, required String key1, required String key2, required String value, required StorageHasherV9 key2Hasher})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasher → StorageHasherV9
-
final
- key1 → String
-
final
- key2 → String
-
final
- key2Hasher → StorageHasherV9
-
final
- kind → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Creates
Map
from Class Objectoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> map) → StorageEntryTypeV9_DoubleMap -
Creates Class Object from
Json
override