allowedOrigins property Null safety
read / write
The list of case-sensitive allowed origins.
Defaults to '*'. Case-sensitive. In the specification (http://www.w3.org/TR/cors/), this is 'list of origins'.
Implementation
late List<String> allowedOrigins;