excludedPatterns property

List<Pattern> excludedPatterns
final

Patterns to match against the full URL string.

Accepts String (exact substring) or RegExp instances.

Implementation

final List<Pattern> excludedPatterns;