factory ListClass.fromJson(Map<String, dynamic> json) => ListClass(id: json["id"], preview: json["preview"], file: json["file"]);