currencyAmount property

  1. @TagNumber.new(2)
CurrencyAmount get currencyAmount

Implementation

@$pb.TagNumber(2)
CurrencyAmount get currencyAmount => $_getN(1);
  1. @TagNumber.new(2)
set currencyAmount (CurrencyAmount v)

Implementation

@$pb.TagNumber(2)
set currencyAmount(CurrencyAmount v) {
  setField(2, v);
}