factory GalleryAttachmentArray.fromJson(Map<String, dynamic> json) => GalleryAttachmentArray( id: json["id"], url: json["url"], );