CustomTemplate constructor

CustomTemplate({
  1. String? accountId,
  2. String? containerId,
  3. String? fingerprint,
  4. GalleryReference? galleryReference,
  5. String? name,
  6. String? path,
  7. String? tagManagerUrl,
  8. String? templateData,
  9. String? templateId,
  10. String? workspaceId,
})

Implementation

CustomTemplate({
  this.accountId,
  this.containerId,
  this.fingerprint,
  this.galleryReference,
  this.name,
  this.path,
  this.tagManagerUrl,
  this.templateData,
  this.templateId,
  this.workspaceId,
});