username property

String? username

Property getter and setter for username:

Implementation

String? get username;
void username=(String? username)

Implementation

set username(String? username);