totalAmount property

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

Implementation

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

Implementation

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