CorsPolicy constructor
CorsPolicy({})
Implementation
CorsPolicy({
this.allowCredentials,
this.allowHeaders = const [],
this.allowMethods = const [],
this.allowOriginRegexes = const [],
this.allowOrigins = const [],
this.disabled,
this.exposeHeaders = const [],
this.maxAge,
}) : super(fullyQualifiedName);