secondaryPattern property
String?
get
secondaryPattern
The pattern for the secondary URL. Defaults to matching all URLs. For details on the format of a pattern, see Content Setting Patterns.
Implementation
String? get secondaryPattern => _wrapped.secondaryPattern;
set
secondaryPattern
(String? v)
Implementation
set secondaryPattern(String? v) {
_wrapped.secondaryPattern = v;
}