ExpandQueryField class

Inheritance

Constructors

ExpandQueryField(String field)

Properties

field String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compute(String expression) ExpandQueryField
expand(ExpandQueryField expandQueryField) ExpandQueryField
level(int i) ExpandQueryField
levelMax() ExpandQueryField
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderby(OrderyByField orderyByField) ExpandQueryField
select(String fields) ExpandQueryField
selectAll() ExpandQueryField
selectList(Iterable<String> fields) ExpandQueryField
toString() String
A string representation of this object.
override

Operators

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