groupId property
- @TagNumber.new(1)
group_id is the unique ID of the group.
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get groupId => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set groupId($fixnum.Int64 v) { $_setInt64(0, v); }