menu
pure_dart_quic package
documentation
buffer.dart
QuicBuffer
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
Uint8List
toBytes
(
)
Implementation
Uint8List toBytes() { return _byteData.buffer.asUint8List(0, _writeIndex); }
pure_dart_quic package
documentation
buffer
QuicBuffer
toBytes method
QuicBuffer class