AttachedPicture.base64 constructor

AttachedPicture.base64(
  1. String mime,
  2. int imageTypeCode,
  3. String description,
  4. String base64Image,
)

Implementation

AttachedPicture.base64(
    this.mime, this.imageTypeCode, this.description, String base64Image)
    : imageData = base64.decode(base64Image);