usernameLabel property

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

Implementation

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

Implementation

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