Container constructor

Container({
  1. String? accountId,
  2. String? containerId,
  3. List<String>? domainName,
  4. ContainerFeatures? features,
  5. String? fingerprint,
  6. String? name,
  7. String? notes,
  8. String? path,
  9. String? publicId,
  10. List<String>? tagIds,
  11. String? tagManagerUrl,
  12. List<String>? taggingServerUrls,
  13. List<String>? usageContext,
})

Implementation

Container({
  this.accountId,
  this.containerId,
  this.domainName,
  this.features,
  this.fingerprint,
  this.name,
  this.notes,
  this.path,
  this.publicId,
  this.tagIds,
  this.tagManagerUrl,
  this.taggingServerUrls,
  this.usageContext,
});