origins property
The list of host permissions, including those specified in the
optional_permissions
or permissions
keys in the manifest, and those
associated with Content Scripts.
Implementation
List<String>? get origins =>
_wrapped.origins?.toDart.cast<String>().map((e) => e).toList();