$ByteStream.wrap constructor

$ByteStream.wrap(
  1. ByteStream $value
)

Wrap a ByteStream in a $ByteStream

Implementation

$ByteStream.wrap(this.$value) : _superclass = $StreamView.wrap($value);