user property

ValueNotifier<User?> user
getter/setter pair

Implementation

ValueNotifier<User?> user = ValueNotifier(null);