facetsCount property
Whether the facet count is exhaustive (true
) or approximate (false
). See the related discussion.
Implementation
@JsonKey(name: r'facetsCount')
final bool? facetsCount;
Whether the facet count is exhaustive (true
) or approximate (false
). See the related discussion.
@JsonKey(name: r'facetsCount')
final bool? facetsCount;