shiftGroupId property

  1. @TagNumber.new(26)
Int64 get shiftGroupId

The associated shift group ID

Implementation

@$pb.TagNumber(26)
$fixnum.Int64 get shiftGroupId => $_getI64(18);
  1. @TagNumber.new(26)
set shiftGroupId (Int64 value)

Implementation

@$pb.TagNumber(26)
set shiftGroupId($fixnum.Int64 value) => $_setInt64(18, value);