nodeId property

  1. @JsonKey(name: 'node:_id')
String? nodeId
final

ID of the frame node within the Figma file.

Implementation

@JsonKey(name: 'node:_id')
final String? nodeId;