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