name property

String name
final

The username/phone/email of the user, required field for login (depends on the login method) For example, if the login method is email, then this field should be email If the login method is phone, then this field should be phone If the login method is username, then this field should be username

Implementation

final String name;