StorageEntryTypeV13_DoubleMap class
- Inheritance
-
- Object
- StorageEntryTypeV13
- StorageEntryTypeV13_DoubleMap
Constructors
- StorageEntryTypeV13_DoubleMap({required StorageHasherV11 hasher, required String key1, required String key2, required String value, required StorageHasherV11 key2Hasher})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasher → StorageHasherV11
-
final
- key1 → String
-
final
- key2 → String
-
final
- key2Hasher → StorageHasherV11
-
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 Object from
Json
override -
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) → StorageEntryTypeV13_DoubleMap -
Creates Class Object from
Json
override