amount property
- @TagNumber(5)
the quota amount of units
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get amount => $_getI64(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set amount($fixnum.Int64 v) { $_setInt64(4, v); }
the quota amount of units
@$pb.TagNumber(5)
$fixnum.Int64 get amount => $_getI64(4);
@$pb.TagNumber(5)
set amount($fixnum.Int64 v) { $_setInt64(4, v); }