GalleryAttachmentList constructor

GalleryAttachmentList(
  1. {num? id,
  2. String? url}
)

Implementation

GalleryAttachmentList({
  this.id,
  this.url,
});