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