Field<T> class

Constructors

Field(fn_fieldDef<T> fieldDefinition, String labelId, FilterField? filter, {SortField? sort, fn_fieldDef<T>? fieldDefForSortFilter, String format(T)?})

Properties

fieldDefForSortFilter fn_fieldDef<T>?
final
fieldDefinition fn_fieldDef<T>
final
filter FilterField?
final
format → (String Function(T)?)
final
hashCode int
The hash code for this object.
no setterinherited
labelId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort SortField?
final

Methods

copyWithFilter(FilterField? filter) Field<T>
copyWithSort(SortField? sort) Field<T>
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