GroupResult constructor

GroupResult({
  1. String? count,
  2. Map<String, Object?>? properties,
})

Implementation

GroupResult({this.count, this.properties});