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