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