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