throttledGraph property

  1. @protected
  2. @visibleForTesting
DelayedStateNotifier<List<DataGraphEvent>> throttledGraph
inherited

Implementation

@protected
@visibleForTesting
DelayedStateNotifier<List<DataGraphEvent>> get throttledGraph =>
    graph.throttle(() => throttleDuration);