promoted property

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

Whether the record was promoted by a rule.

Implementation

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