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