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