productionPlanId property

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

Higher order filters

The associated production plan ID

Implementation

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

Implementation

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