enabled property

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

Whether to only show rules where the value of their enabled property matches this parameter. If absent, show all rules, regardless of their enabled property.

Implementation

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