Blob constructor

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

Implementation

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