class TransformedImage { final List bytes; final String imageType; TransformedImage(this.bytes, this.imageType); }