excludedDomains property
The rule will not match network requests originating from the list of
excludedDomains
.
Implementation
List<String>? get excludedDomains =>
_wrapped.excludedDomains?.toDart.cast<String>().map((e) => e).toList();
The rule will not match network requests originating from the list of
excludedDomains
.
List<String>? get excludedDomains =>
_wrapped.excludedDomains?.toDart.cast<String>().map((e) => e).toList();