streamedSourceBytes property

Uint8List get streamedSourceBytes

Bytes requested from the most recent callback-backed UTF-8 input.

Implementation

Uint8List get streamedSourceBytes => Uint8List.fromList(_activeBytes);