fieldId property

  1. @TagNumber(2)
PaymentAccountFormField_FieldId get fieldId

Implementation

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

Implementation

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