ExamplesRestrictionsNamespace constructor

ExamplesRestrictionsNamespace({
  1. String namespaceName = '',
  2. List<String> allow = const [],
  3. List<String> deny = const [],
})

Implementation

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