terminatorBytes property

Uint8List? terminatorBytes
getter/setter pair

for persistent connections, these bytes serve as the "terminator" of a tcp response if terminator is null, all the data will be streamed as it is received.

Implementation

Uint8List? terminatorBytes;