GalleryAttachmentList.fromJson constructor
- dynamic json
Implementation
GalleryAttachmentList.fromJson(dynamic json) {
id = json['id'];
url = json['url'];
}
GalleryAttachmentList.fromJson(dynamic json) {
id = json['id'];
url = json['url'];
}