ExamplesRestrictionsNamespace constructor
ExamplesRestrictionsNamespace({})
Implementation
ExamplesRestrictionsNamespace({
this.namespaceName = '',
this.allow = const [],
this.deny = const [],
}) : super(fullyQualifiedName);