Blob constructor

const Blob(
  1. Uint8List bytes
)

Creates a blob.

Implementation

const Blob(this.bytes);