username property

String? get username

Property getter and setter for username:

Implementation

String? get username;
set username (String? username)

Implementation

set username(String? username);