FigmaVariable constructor
FigmaVariable({})
Implementation
FigmaVariable({
required this.id,
required this.name,
required this.resolvedType,
required this.valuesByMode,
required this.variableCollectionId,
});