subscriptions property

  1. @protected
  2. @visibleForTesting
Map<Type, Map<Query?, StreamController<List<T>>>> subscriptions
finalinherited

Internally-maintained stream controllers generated by subscribe.

Implementation

@protected
@visibleForTesting
final Map<Type, Map<Query?, StreamController<List<TRepositoryModel>>>> subscriptions = {};