id property

  1. @TagNumber(1)
PaymentAccountForm_FormId get id

Implementation

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

Implementation

@$pb.TagNumber(1)
set id(PaymentAccountForm_FormId v) { setField(1, v); }