quantity property

  1. @TagNumber.new(16)
Int64 get quantity

// Stores the unit of material ID uint64 uom_id = 15 (buf.validate.field).uint64.gt = 0; Stores the quantity of absence (in cents)

Implementation

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

Implementation

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