ReaderMethod<T> class abstract

Implementers

Constructors

ReaderMethod()

Properties

first Future<T>
first gets the first entry on database
no setter
hashCode int
The hash code for this object.
no setterinherited
last Future<T>
last gets the last entry on database
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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