isNotEmpty property

  1. @override
bool isNotEmpty
override

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;