documentUrlPatterns property
Implementation
List<String>? get documentUrlPatterns => _wrapped.documentUrlPatterns?.toDart
.cast<String>()
.map((e) => e)
.toList();
List<String>? get documentUrlPatterns => _wrapped.documentUrlPatterns?.toDart
.cast<String>()
.map((e) => e)
.toList();