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