scope property

  1. @TagNumber.new(2)
AccountProto_Scope get scope

Implementation

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

Implementation

@$pb.TagNumber(2)
set scope(AccountProto_Scope v) { $_setField(2, v); }