Image constructor

Image({
  1. String? data,
  2. String? mimeType,
})

Implementation

Image({
  this.data,
  this.mimeType,
});