StorageExist class
Storage exists
Constructors
- StorageExist()
- Constructor
-
StorageExist.fromJson(Map<
String, dynamic> json) - Creates a StorageExist instance from a JSON representation.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a JSON representation of StorageExist.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
listFromJson(
List json) → List< StorageExist> - Converts a list of JSON objects to a list of StorageExist instances.