QueryGroup constructor

QueryGroup(
  1. String key, {
  2. String? as,
})

Implementation

QueryGroup(this.key, {this.as});