Container constructor

Container({
  1. String? accountId,
  2. String? containerId,
  3. List<String>? domainName,
  4. List<String>? enabledBuiltInVariable,
  5. String? fingerprint,
  6. String? name,
  7. String? notes,
  8. String? publicId,
  9. String? timeZoneCountryId,
  10. String? timeZoneId,
  11. List<String>? usageContext,
})

Implementation

Container({
  this.accountId,
  this.containerId,
  this.domainName,
  this.enabledBuiltInVariable,
  this.fingerprint,
  this.name,
  this.notes,
  this.publicId,
  this.timeZoneCountryId,
  this.timeZoneId,
  this.usageContext,
});