userName property

String userName
final

The name of the currently logged-in user. It can be any valid string. Typically, you would use the name from your own user system, such as Firebase.

Implementation

final String userName;