isNotEmpty property

bool? isNotEmpty

If the internal NotifierBase is an EmptyValueNotifier, you can check if it is not empty.

Trying to read isEmpty, when the internal NotifierBase is not an EmptyValueNotifier returns null.

Implementation

bool? get isNotEmpty;