hasListener property

bool get hasListener

Implementation

bool get hasListener {
  return _controller?.hasListener ?? false;
}