divisor property
- @TagNumber.new(22)
Stores the divisor with which the base_pay_addition needs to be divided by, in order to get the actual base pay value
Implementation
@$pb.TagNumber(22)
$fixnum.Int64 get divisor => $_getI64(4);
- @TagNumber.new(22)
Implementation
@$pb.TagNumber(22)
set divisor($fixnum.Int64 value) => $_setInt64(4, value);