DtoFieldSelectBase<D extends Dto<D>> class abstract

Inheritance

Properties

$fieldChain FieldChain
final
$parts List<FieldChain>
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

$add(String name) → void
$addExpand<V extends Dto<V>, FS extends DtoFieldSelectBase<V>>(FS creator(List<FieldChain> parts, FieldChain fieldChain)) → FS
$addField<V>(DtoFilterableField<D, V> field) → void
$addModifiableField<V>(DtoFilterableField<D, V> field) ModifiableStringField
$addRelation<V extends Dto<V>, FS extends DtoFieldSelectBase<V>>(FS creator(List<FieldChain> parts, FieldChain fieldChain), DtoFilterableField<D, RelationDto<V>> relation) → FS
call() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
star_() → void
toString() String
A string representation of this object.
override

Operators

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