username property

  1. @TagNumber.new(3)
String get username

Username of the user, which can be globally unique or unique on organization level.

Implementation

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

Implementation

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