toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (booleanRule != null) 'booleanRule': booleanRule!,
if (gradientRule != null) 'gradientRule': gradientRule!,
if (ranges != null) 'ranges': ranges!,
};