QSelectCustom constructor
QSelectCustom(
- QSelectField field, {
- String as = '',
Creates a custom SELECT field with optional alias.
field
The underlying field to select.
as
Optional alias name for the field.
Implementation
QSelectCustom(this.field, {this.as = ''});