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