allowedDomains property
Domains or subdomains of websites allowed to use the key.
All subdomains of an allowed domain are automatically allowed. A valid domain requires a host and must not include any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com'
Optional.
Implementation
core.List<core.String>? allowedDomains;