isNotEmpty property
false if the value does not contain a valid value,
because it has been initialized by the EmptyValueNotifier.empty
constructor.
true if the default constructor of EmptyValueNotifier was used,
or the value has been set at least once.
Implementation
@override
bool get isNotEmpty => !isEmpty;