trySendOk property

int get trySendOk

Implementation

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