allowedOrigins property

List<String> get allowedOrigins

Exposes the parsed origins if you ever need them directly:

Implementation

List<String> get allowedOrigins => List.unmodifiable(_allowedOrigins);