excludeMatches property
Excludes pages that this content script would otherwise be injected into. See Match Patterns for more details on the syntax of these strings.
Implementation
List<String>? get excludeMatches =>
_wrapped.excludeMatches?.toDart.cast<String>().map((e) => e).toList();