count property

  1. @JsonKey(name: r'count')
int count
final

Number of records with this facet value. The count may be approximated.

Implementation

@JsonKey(name: r'count')
final int count;