usernameLabel property

  1. @TagNumber(4)
String usernameLabel

Implementation

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

Implementation

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