toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final downRule = this.downRule;
  final id = this.id;
  final upRule = this.upRule;
  return {'downRule': ?downRule, 'id': ?id, 'upRule': ?upRule};
}