NameConstraints constructor

NameConstraints({
  1. List<GeneralSubtree> permittedSubtrees = const [],
  2. List<GeneralSubtree> excludedSubtrees = const [],
})

Implementation

NameConstraints(
    {this.permittedSubtrees = const [], this.excludedSubtrees = const []});