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