drift package
documentation
drift
Query
<
T extends HasResultSet
,
D
>
orderByExpr property
orderByExpr
orderByExpr
property
Null safety
OrderBy
?
orderByExpr
@
protected
, read / write
The
ORDER BY
clause for this statement
Implementation
@protected OrderBy? orderByExpr;
drift package
documentation
drift
Query
<
T extends HasResultSet
,
D
>
orderByExpr property
Query class
Constructors
Query
Properties
database
hashCode
limitExpr
orderByExpr
runtimeType
table
whereExpr
Methods
constructQuery
noSuchMethod
toString
writeInto
writeStartPart
Operators
operator ==