limitAmount property

  1. @TagNumber(1)
CurrencyAmount get limitAmount

Implementation

@$pb.TagNumber(1)
CurrencyAmount get limitAmount => $_getN(0);
  1. @TagNumber(1)
set limitAmount (CurrencyAmount v)

Implementation

@$pb.TagNumber(1)
set limitAmount(CurrencyAmount v) { setField(1, v); }