GalleryData constructor

GalleryData(
  1. {int? id,
  2. String? url,
  3. BusinessPostData? model}
)

Implementation

GalleryData({
  this.id,
  this.url,
  this.model,
});