NamespaceQuery constructor

NamespaceQuery(
  1. List<String> namespaces
)

Creates a new NamespaceQuery with a list of namespaces.

Implementation

NamespaceQuery(this.namespaces);