WriteBlobFlowUploadOptions constructor

const WriteBlobFlowUploadOptions({
  1. required String digest,
  2. Map<String, dynamic>? txResult,
  3. String? blobObjectId,
})

Implementation

const WriteBlobFlowUploadOptions({
  required this.digest,
  this.txResult,
  this.blobObjectId,
});