ImageInfo.fromJson(Map<String, dynamic> json) : this.thumb = Convert.toStrN(json['thumb']), this.small = Convert.toStrN(json['small']), this.large = Convert.toStrN(json['large']);