allNamespaces property

  1. @TagNumber.new(1)
bool get allNamespaces

If True, include all namespaced resources

Implementation

@$pb.TagNumber(1)
$core.bool get allNamespaces => $_getBF(0);
  1. @TagNumber.new(1)
set allNamespaces (bool v)

Implementation

@$pb.TagNumber(1)
set allNamespaces($core.bool v) {
  $_setBool(0, v);
}