target property

  1. @TagNumber(2)
AccountCurrency target

Implementation

@$pb.TagNumber(2)
AccountCurrency get target => $_getN(1);
  1. @TagNumber(2)
void target=(AccountCurrency v)

Implementation

@$pb.TagNumber(2)
set target(AccountCurrency v) { setField(2, v); }