Blob constructor

Blob(
  1. Uint8List bytes
)

Blob creation.

Implementation

Blob(this.bytes);