enabled property

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

Indicates whether to enable the rule. If it isn't enabled, it isn't applied at query time.

Implementation

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