ReaderMethod<T> class
abstract
- Implementers
Constructors
Properties
Methods
-
find(
dynamic id) → Future< T> - find gets an entry based by id
-
findBy(
Map< String, dynamic> args) → Future<T> - findBy looks for an entry based on map
-
isExists(
Map< String, dynamic> args) → Future<bool> - isExists checks if arg exist
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
take(
[int limit = 1]) → Future< List< T> > - take limits result based on passed int value
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited