BlobEntry constructor

BlobEntry(
  1. String blobName,
  2. List<int> blobData
)

Implementation

BlobEntry(this.blobName, this.blobData);