FigmaFile constructor
FigmaFile({
- Map<
String, Component> ? components, - FigmaDocument? document,
- StyleOverrideTable? componentSets,
- int? schemaVersion,
- StyleOverrideTable? styles,
- String? name,
- String? lastModified,
- String? thumbnailUrl,
- String? version,
- String? role,
- String? editorType,
- 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,
});