AttachedPictureModel constructor

AttachedPictureModel(
  1. Encoding encoding,
  2. String mimeType,
  3. PictureType pictureType,
  4. String description,
  5. List<int> imageData,
)

Implementation

AttachedPictureModel(
  this.encoding,
  this.mimeType,
  this.pictureType,
  this.description,
  this.imageData,
);