passwordConfirmLabel property

  1. @TagNumber.new(10)
String get passwordConfirmLabel

Implementation

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

Implementation

@$pb.TagNumber(10)
set passwordConfirmLabel($core.String value) => $_setString(8, value);