registered property
Whether this SelectionListenerNotifier has been registered to a SelectionListener.
Implementation
bool get registered => _selectionDelegate != null;
Whether this SelectionListenerNotifier has been registered to a SelectionListener.
bool get registered => _selectionDelegate != null;