AttachedPicture constructor

AttachedPicture(
  1. String mime,
  2. int imageTypeCode,
  3. String description,
  4. List<int> imageData,
)

Implementation

AttachedPicture(
    this.mime, this.imageTypeCode, this.description, this.imageData);