view_model_after_auth_view_models_add_post_view_models_add_post_view_modelAddPostViewModel constructoruserName propertyOn this pageuserName 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!;