dropped property

int get dropped

Implementation

int get dropped => channels.values.fold(0, (a, v) => a + v.dropped);