usernameLabel property

  1. @TagNumber(6)
String usernameLabel

Implementation

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

Implementation

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