Blob constructor
Blob([
- List<
BlobPart> ? blobParts, - BlobPropertyBag? options
Implementation
/* ctor */ Blob([
List<BlobPart>? blobParts,
BlobPropertyBag? options,
]);