GalleryAttachmentList.fromJson constructor

GalleryAttachmentList.fromJson(
  1. dynamic json
)

Implementation

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