productionPlanId property

  1. @TagNumber.new(44)
Int64 get productionPlanId

The ID of the associated production plan (ignored if 0)

Implementation

@$pb.TagNumber(44)
$fixnum.Int64 get productionPlanId => $_getI64(16);
  1. @TagNumber.new(44)
set productionPlanId (Int64 value)

Implementation

@$pb.TagNumber(44)
set productionPlanId($fixnum.Int64 value) => $_setInt64(16, value);