amount property

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

amount

Implementation

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

Implementation

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