nullNotifier property

ValueNotifier<T?> get nullNotifier

Implementation

ValueNotifier<T?> get nullNotifier => ValueNotifier<T?>(this);