R5Dao class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(String password, Resource resource)
→ Future
-
-
deleteAllResources(String password)
→ Future
-
-
deleteSingleType(String password, {String resourceType, Resource resource})
→ Future
-
-
find(String password, {Resource resource, Finder oldFinder})
→ Future
-
-
getAllResources(String password)
→ Future<List<Resource>>
-
-
getAllSortedById(String password, {String resourceType, Resource resource})
→ Future<List<Resource>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
save(String password, Resource resource)
→ Future<Resource>
-
-
searchFor(String password, String resourceType, String field, String value)
→ Future<List<Resource>>
-
-
toString()
→ String
-
Returns a string representation of this object.
inherited
-
updatePw(String oldPw, String newPw)
→ Future
-