FigmaFile constructor

FigmaFile({
  1. Map<String, Component>? components,
  2. FigmaDocument? document,
  3. StyleOverrideTable? componentSets,
  4. int? schemaVersion,
  5. StyleOverrideTable? styles,
  6. String? name,
  7. String? lastModified,
  8. String? thumbnailUrl,
  9. String? version,
  10. String? role,
  11. String? editorType,
  12. String? linkAccess,
})

Implementation

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