myUser property

Rx<MyUser?> get myUser

Returns the current MyUser.

Implementation

Rx<MyUser?> get myUser => _myUserService.myUser;