quantity property
- @TagNumber.new(16)
Stores the quantity of absence (in cents)
Implementation
@$pb.TagNumber(16)
$fixnum.Int64 get quantity => $_getI64(9);
- @TagNumber.new(16)
Implementation
@$pb.TagNumber(16)
set quantity($fixnum.Int64 value) => $_setInt64(9, value);