amount property

  1. @TagNumber.new(4)
Amount get amount

Implementation

@$pb.TagNumber(4)
Amount get amount => $_getN(3);
  1. @TagNumber.new(4)
set amount (Amount v)

Implementation

@$pb.TagNumber(4)
set amount(Amount v) { setField(4, v); }