toJson method

Map<String, dynamic> toJson()

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,
  };
}