headerAvailable property

  1. @visibleForTesting
Uint8List get headerAvailable

Implementation

@visibleForTesting
Uint8List get headerAvailable => Uint8List.sublistView(packetData, 0, format.headerLength.clamp(0, length));