DtoSortBase<D extends Dto<D>, N extends Dto<N>> class abstract

Inheritance

Constructors

DtoSortBase(DtoSortDelegate<N> delegate)
DtoSortBase.root()

Properties

delegate DtoSortDelegate<N>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addField<V>(DtoFilterableField<N, V> field, bool desc) → void
addRelation<V extends Dto<V>>(DtoFilterableField<N, RelationDto<V>> relation) DtoSortDelegate<V>
finish(bool desc) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
random({bool desc = false}) → void
rowid({bool desc = false}) → void
toString() String
A string representation of this object.
override

Operators

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