amount property

  1. @TagNumber.new(5)
Int64 get amount

the quota amount of units

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get amount => $_getI64(4);
  1. @TagNumber.new(5)
set amount (Int64 value)

Implementation

@$pb.TagNumber(5)
set amount($fixnum.Int64 value) => $_setInt64(4, value);