value property

AsyncValue<User> get value

The current user state

Implementation

AsyncValue<User> get value => _state;