user property

Rx<UserModel?> user
final

Reactive User Model for global state

Implementation

final user = Rx<UserModel?>(null);