usernameLabel property

  1. @TagNumber(7)
String usernameLabel

Implementation

@$pb.TagNumber(7)
$core.String get usernameLabel => $_getSZ(6);
  1. @TagNumber(7)
void usernameLabel=(String v)

Implementation

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