selectedNamespaces property

  1. @TagNumber(2)
Namespaces selectedNamespaces

If set, include just the resources in the listed namespaces.

Implementation

@$pb.TagNumber(2)
Namespaces get selectedNamespaces => $_getN(1);
  1. @TagNumber(2)
void selectedNamespaces=(Namespaces v)

Implementation

@$pb.TagNumber(2)
set selectedNamespaces(Namespaces v) { setField(2, v); }