amount property

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

Implementation

@$pb.TagNumber(16)
$fixnum.Int64 get amount => $_getI64(15);
  1. @TagNumber.new(16)
set amount (Int64 v)

Implementation

@$pb.TagNumber(16)
set amount($fixnum.Int64 v) { $_setInt64(15, v); }