StorageEntryTypeV13 class
Storage Entry Type V13
Constructors
- StorageEntryTypeV13({required String kind})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
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) → StorageEntryTypeV13 -
Creates Class Object from
Json
-
toJson(
StorageEntryTypeV13 entry) → MapEntry< String, dynamic> -
Creates Map Object from
Json