toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final booleanRule = this.booleanRule;
final gradientRule = this.gradientRule;
final ranges = this.ranges;
return {
'booleanRule': ?booleanRule,
'gradientRule': ?gradientRule,
'ranges': ?ranges,
};
}