confirmPasswordVariable property

  1. @TagNumber(16)
FFVariable get confirmPasswordVariable

@doc The variable representing the confirm password.

Implementation

@$pb.TagNumber(16)
FFVariable get confirmPasswordVariable => $_getN(15);
  1. @TagNumber(16)
set confirmPasswordVariable (FFVariable value)

Implementation

@$pb.TagNumber(16)
set confirmPasswordVariable(FFVariable value) => $_setField(16, value);