quantity property
- @TagNumber.new(16)
// 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);
- @TagNumber.new(16)
Implementation
@$pb.TagNumber(16)
set quantity($fixnum.Int64 value) => $_setInt64(8, value);