allowedOrigins property Null safety

List<String> allowedOrigins
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;