fileKey property

  1. @JsonKey(name: 'file_key')
String? fileKey
final

The unique identifier of the figma file which contains the component set.

Implementation

@JsonKey(name: 'file_key')
final String? fileKey;