GalleryReference constructor

GalleryReference({
  1. String? galleryTemplateId,
  2. String? host,
  3. bool? isModified,
  4. String? owner,
  5. String? repository,
  6. String? signature,
  7. String? templateDeveloperId,
  8. String? version,
})

Implementation

GalleryReference({
  this.galleryTemplateId,
  this.host,
  this.isModified,
  this.owner,
  this.repository,
  this.signature,
  this.templateDeveloperId,
  this.version,
});