id property

  1. @TagNumber(1)
PaymentAccountFormField_FieldId get id

Implementation

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

Implementation

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