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