outgoing property

List<Uint8List> get outgoing

Bytes written by the client (what the peer would receive).

Implementation

List<Uint8List> get outgoing => List.unmodifiable(_outgoing);