name property
getter/setter pair
Name of this MyUser.
name of a MyUser is not unique and is intended for displaying a MyUser in a well-readable form. It can be either first name, or last name of a MyUser, both of them, or even some nickname.
Implementation
UserName? name;