passwordConfirmLabel property

  1. @TagNumber(11)
String get passwordConfirmLabel

Implementation

@$pb.TagNumber(11)
$core.String get passwordConfirmLabel => $_getSZ(10);
  1. @TagNumber(11)
set passwordConfirmLabel (String v)

Implementation

@$pb.TagNumber(11)
set passwordConfirmLabel($core.String v) { $_setString(10, v); }