dropped property

  1. @override
int get dropped
override

Hops the consumer was too slow to collect.

Surfaced rather than hidden: a non-zero value means the visualizer is missing data, and it is the first thing to look at if bars stutter.

Implementation

@override
int get dropped => _dropped;