FigmaFile class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
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}) -
FigmaFile.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
components
→ Map<
String, Component> ? -
final
- componentSets → StyleOverrideTable?
-
final
- document → FigmaDocument?
-
final
- editorType → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModified → String?
-
final
- linkAccess → String?
-
final
- name → String?
-
final
- role → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaVersion → int?
-
final
- styles → StyleOverrideTable?
-
final
- thumbnailUrl → String?
-
final
- version → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited