usernameLabel property

  1. @TagNumber.new(7)
String get usernameLabel

Implementation

@$pb.TagNumber(7)
$core.String get usernameLabel => $_getSZ(6);
  1. @TagNumber.new(7)
set usernameLabel (String value)

Implementation

@$pb.TagNumber(7)
set usernameLabel($core.String value) => $_setString(6, value);