Returns reactive value of the User this RxUser represents.
User
@override Rx<User> get user => Rx( User( const UserId('me'), UserNum('1234123412341234'), name: UserName('Participant'), ), );