confirmPasswordFieldKeyRef property

  1. @TagNumber(21)
FFNodeKeyReference get confirmPasswordFieldKeyRef

@doc The key of the confirm password field widget.

Implementation

@$pb.TagNumber(21)
FFNodeKeyReference get confirmPasswordFieldKeyRef => $_getN(20);
  1. @TagNumber(21)
set confirmPasswordFieldKeyRef (FFNodeKeyReference value)

Implementation

@$pb.TagNumber(21)
set confirmPasswordFieldKeyRef(FFNodeKeyReference value) =>
    $_setField(21, value);