recv property

int get recv

Implementation

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