LocalRepository class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
) → Future< bool> -
deleteListObject(
) → Future< Result> -
deletestObjectfForList(
String newObject, String keyList, int indexObjetc) → Future< Result> -
load(
) → Future< Result> -
loadListObject(
String key) → Future< List< String> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String newObject) → Future< Result> -
putListObject(
String newListObject) → Future< Result> -
save(
String object) → Future< Result?> -
saveListObject(
List< String> listObject) → Future<Result> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited