promoted property

  1. @JsonKey(name: r'promoted')
bool promoted
final

Present and set to true if a Rule promoted the hit.

Implementation

@JsonKey(name: r'promoted')
final bool promoted;