basePayAddition property
- @TagNumber.new(21)
Stores the base pay addition amount in terms of value_type (if value_type is percentage, then base_pay determines the percentage)
Implementation
@$pb.TagNumber(21)
$fixnum.Int64 get basePayAddition => $_getI64(4);
- @TagNumber.new(21)
Implementation
@$pb.TagNumber(21)
set basePayAddition($fixnum.Int64 value) => $_setInt64(4, value);