hasListener property

bool hasListener

Check there are listeners on this observable

Implementation

bool get hasListener => _callbacks.isNotEmpty;