EnhancedLatchNotifier<T> constructor

EnhancedLatchNotifier<T>()

Creates an instance of EnhancedLatchNotifier with an initial value of null.

Implementation

EnhancedLatchNotifier() : super(null);