isEmpty property

bool isEmpty

true if the value does not contain a valid value, because it has been initialized by the EmptyValueNotifier.empty constructor.

false if the default constructor of EmptyValueNotifier was used, or the value has been set at least once.

Implementation

bool get isEmpty;