isEmpty property

  1. @override
bool isEmpty
override

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

@override
bool get isEmpty => _isEmpty;