username property

String get username
inherited

username represents the username.

Implementation

set email(String value);/// [username] represents the username.
String get username;
set username (String value)
inherited

username represents the username.

Implementation

String get username;/// [username] represents the username.
set username(String value);