isEmpty property

bool? isEmpty

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

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

Implementation

bool? get isEmpty;