passwordHint property

  1. @TagNumber(6)
String get passwordHint

Implementation

@$pb.TagNumber(6)
$core.String get passwordHint => $_getSZ(5);
  1. @TagNumber(6)
set passwordHint (String v)

Implementation

@$pb.TagNumber(6)
set passwordHint($core.String v) { $_setString(5, v); }