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