sent property

int get sent

Implementation

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