HttpBlob<B> constructor

HttpBlob<B>(
  1. B blob,
  2. MimeType? mimeType
)

Implementation

HttpBlob(
  this.blob,
  this.mimeType,
);