Create ByteStream from this
ByteStream
this
Stream<List<int>> toByteStream() => Future.value(codeUnits).asStream().asBroadcastStream();