queryScope property

  1. @TagNumber.new(2)
Index_QueryScope get queryScope

Implementation

@$pb.TagNumber(2)
Index_QueryScope get queryScope => $_getN(1);
  1. @TagNumber.new(2)
set queryScope (Index_QueryScope v)

Implementation

@$pb.TagNumber(2)
set queryScope(Index_QueryScope v) { setField(2, v); }