disjunctive property
Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical OR
operation. If false, multiple occurences are combined with the logical AND
operation.
Implementation
@JsonKey(name: r'disjunctive')
final bool? disjunctive;