Skip to main content

userName property

String userName

<p>The Username.</p> <p>params: None returns:</p> <ul> <li><code>String</code>: The username of the currentUser</li> </ul>

Implementation

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