hasListeners property

bool get hasListeners

returns true if the current observable has listeners

Implementation

bool get hasListeners => controller.hasListener;