factory ImageData.fromJson(Map<String, dynamic> json) { return ImageData( jpegBuffer: ImageData.fromJson(json['jpegBuffer']), ); }