count property

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

Number of times this normalized query was observed during the training window.

Implementation

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