QField constructor
Creates a database field with optional alias.
field The field name (can include table.field notation).
as Optional alias for the field.
Implementation
QField(String super.field, {this.as = '', this.distinct = false});Creates a database field with optional alias.
field The field name (can include table.field notation).
as Optional alias for the field.
QField(String super.field, {this.as = '', this.distinct = false});