QueryDataSetField class abstract

Class that defines the field name of a DataSet with a query.

Constructors

QueryDataSetField()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

FROM_INDEX → const String
A field name that specifies the starting index of the requested list.
MAX_SIZE → const String
A field name that specifies the maximum size of the requested list.
NAME → const String
A field name that specifies the name of the header or list to be requested.
PROPERTY_NAMES → const String
A field name that specifies the name of a field in the requested header or list.