ResultImageInfo.fromJson(Map<String, dynamic> json) { fileSize = json['fileSize']; imageWidth = json['imageWidth']; imageHeight = json['imageHeight']; }