myUser property

  1. @override
Rx<MyUser?> myUser
final

Returns the currently active MyUser profile.

Implementation

@override
final Rx<MyUser?> myUser = Rx(null);