enterUser property

ValueNotifier<User> enterUser
getter/setter pair

Implementation

ValueNotifier<User> enterUser = ValueNotifier(User());