Blob constructor

Blob([
  1. List<Object>? blobParts,
  2. BlobPropertyBag? options
])

Implementation

factory Blob([
  _i2.List<_i2.Object>? blobParts,
  _i3.BlobPropertyBag? options,
]) =>
    _i4.callConstructor(
      _declaredBlob,
      [
        blobParts ?? _i6.undefined,
        options ?? _i6.undefined,
      ],
    );