taskPack property

  1. @TagNumber(3)
Int64 taskPack

The max number of tasks can be assigned to this instance type.

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get taskPack => $_getI64(2);
  1. @TagNumber(3)
void taskPack=(Int64 v)

Implementation

@$pb.TagNumber(3)
set taskPack($fixnum.Int64 v) { $_setInt64(2, v); }