group property

  1. @JsonKey(name: "_group")
List<ElasticResult>? group
inherited

An array of the ElasticResult related to this result if a group has been set on the query

Implementation

@JsonKey(name: "_group")
List<ElasticResult>? get group => throw _privateConstructorUsedError;