FetchBlobResponse constructor

FetchBlobResponse({
  1. String? content,
  2. String? sha,
})

Implementation

FetchBlobResponse({this.content, this.sha});