Stream constructor

Stream(
  1. {Uint8List? data}
)

Implementation

Stream({
  this.data,
});