FileResponse constructor

FileResponse({
  1. String? name,
  2. String? role,
  3. DateTime? lastModified,
  4. String? thumbnailUrl,
  5. String? version,
  6. Document? document,
  7. Map<String, Component>? components,
  8. Map<String, ComponentSet>? componentSets,
  9. int? schemaVersion,
  10. Map<String, Style>? styles,
})

Implementation

FileResponse({
  this.name,
  this.role,
  this.lastModified,
  this.thumbnailUrl,
  this.version,
  this.document,
  this.components,
  this.componentSets,
  this.schemaVersion,
  this.styles,
});