QSelectCustom constructor

QSelectCustom(
  1. QSelectField field, {
  2. 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 = ''});