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