planUnitAmountDollars property

  1. @TagNumber(2)
int get planUnitAmountDollars

Implementation

@$pb.TagNumber(2)
$core.int get planUnitAmountDollars => $_getIZ(1);
  1. @TagNumber(2)
set planUnitAmountDollars (int value)

Implementation

@$pb.TagNumber(2)
set planUnitAmountDollars($core.int value) => $_setSignedInt32(1, value);