StorageEntryTypeV14 class
- Implementers
Constructors
- StorageEntryTypeV14({required String kind, required int value})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → MapEntry< String, dynamic> -
Creates
Map
from Class Object -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
MapEntry< String, dynamic> map) → StorageEntryTypeV14 -
Creates Class Object from
Json