amount property
- @TagNumber.new(17)
The total amount of this item (in cents)
Implementation
@$pb.TagNumber(17)
$fixnum.Int64 get amount => $_getI64(7);
- @TagNumber.new(17)
Implementation
@$pb.TagNumber(17)
set amount($fixnum.Int64 value) => $_setInt64(7, value);