limitAmount property

  1. @TagNumber.new(1)
CurrencyAmount get limitAmount

Implementation

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

Implementation

@$pb.TagNumber(1)
set limitAmount(CurrencyAmount value) => $_setField(1, value);