toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (enable != null) 'enable': enable!,
if (ruleVisibility != null) 'ruleVisibility': ruleVisibility!,
if (thresholdConfigs != null) 'thresholdConfigs': thresholdConfigs!,
};