documentUrlPatterns property
Restricts the item to apply only to documents or frames whose URL matches one of the given patterns. For details on pattern formats, see Match Patterns.
Implementation
List<String>? get documentUrlPatterns => _wrapped.documentUrlPatterns?.toDart
.cast<String>()
.map((e) => e)
.toList();