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