debugNotifiers property

Returns a copy of the notification dispatchers - debugging only.

Implementation

@protected
Map<SubscriptionId, WebsocketNotifier> get debugNotifiers =>
    Map.from(_notifiers);