StorageEntryTypeV10_Map class
- Inheritance
-
- Object
- StorageEntryTypeV10
- StorageEntryTypeV10_Map
Constructors
- StorageEntryTypeV10_Map({required StorageHasherV10 hasher, required String key, required String value, required bool linked})
-
const
Properties
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_Map -
Creates Class Object from
Json
override