CommonStorage<T extends PackageModel> class
- Implemented types
-
- IStorage<
T>
- IStorage<
Constructors
- CommonStorage({int maxCount = 50})
Properties
Methods
-
clear(
) → void -
override
-
contains(
T model) → bool -
override
-
getAll(
) → List< T> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
save(
T model) → bool -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited