hasSubscribers property

  1. @protected
bool get hasSubscribers

Implementation

@protected
bool get hasSubscribers {
  return this.__callbacks != null && this.__callbacks!.isNotEmpty;
}