applyToItemCallBacks property

  1. @visibleForTesting
Map<TIdentifier, List<Future>> applyToItemCallBacks

Implementation

@visibleForTesting
Map<TIdentifier, List<Future<dynamic>>> get applyToItemCallBacks =>
    _applyToItemCallBacks;