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