hasListeners property

bool hasListeners

returns true if the current observable has listeners

Implementation

bool get hasListeners => controller.hasListener;