QueryDistinct constructor

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

Implementation

QueryDistinct(super.key, {super.as});