GalleryReference constructor

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

Implementation

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