enabled property
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;
Indicates whether to enable the rule. If it isn't enabled, it isn't applied at query time.
@JsonKey(name: r'enabled')
final bool? enabled;