isNotifierEmpty method

bool isNotifierEmpty()

Implementation

bool isNotifierEmpty() {
  return _subscriptions.isEmpty;
}