Skip to main content

userName property

String userName

The Username.

params: None returns:

  • String: The username of the currentUser

Implementation

String get userName => _currentUser.firstName! + _currentUser.lastName!;