basicPayAmount property
- @TagNumber.new(56)
The basic pay amount of the user (in cents)
Implementation
@$pb.TagNumber(56)
$fixnum.Int64 get basicPayAmount => $_getI64(25);
- @TagNumber.new(56)
Implementation
@$pb.TagNumber(56)
set basicPayAmount($fixnum.Int64 value) => $_setInt64(25, value);