Manifest constructor

Manifest({
  1. ConfigFile? config,
  2. String? expandedConfig,
  3. String? id,
  4. List<ImportFile>? imports,
  5. String? insertTime,
  6. String? layout,
  7. String? manifestSizeBytes,
  8. String? manifestSizeLimitBytes,
  9. String? name,
  10. String? selfLink,
})

Implementation

Manifest({
  this.config,
  this.expandedConfig,
  this.id,
  this.imports,
  this.insertTime,
  this.layout,
  this.manifestSizeBytes,
  this.manifestSizeLimitBytes,
  this.name,
  this.selfLink,
});