usernameLabel property

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

Implementation

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

Implementation

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