trySendFail property

int get trySendFail

Implementation

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