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