byteSegments property

List<Uint8List>? get byteSegments

@return list of byte segments in the result, or null if not applicable

Implementation

List<Uint8List>? get byteSegments => _byteSegments;