GalleryAttachmentArray constructor

GalleryAttachmentArray(
  1. {int? id,
  2. String? url}
)

Implementation

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