GetBlobOutput constructor

GetBlobOutput({
  1. required Uint8List content,
})

Implementation

GetBlobOutput({
  required this.content,
});