CorsPolicy constructor
CorsPolicy({})
Implementation
CorsPolicy({
this.allowCredentials,
this.allowHeaders,
this.allowMethods,
this.allowOriginRegexes,
this.allowOrigins,
this.disabled,
this.exposeHeaders,
this.maxAge,
});