passwordConfirmLabel property

  1. @TagNumber(10)
String get passwordConfirmLabel

Implementation

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

Implementation

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