bytes property

Uint8List bytes
final

Data that forms part of a COPY data stream. Messages sent from the backend will always correspond to single data rows, but messages sent by frontends might divide the data stream arbitrarily.

Implementation

final Uint8List bytes;