QueryDb1<T> class abstract

Inheritance

Constructors

QueryDb1()
QueryDb1.fromJson(Map<String, dynamic> json)

Properties

context TypeContext?
getter/setter pairinherited
fields String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
include String?
getter/setter pairinherited
meta Map<String, String?>?
getter/setter pairinherited
orderBy String?
getter/setter pairinherited
orderByDesc String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip int?
getter/setter pairinherited
take int?
getter/setter pairinherited

Methods

fromMap(Map<String, dynamic> json) → dynamic
override
getTypeName() → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited