nodeStyleIdentifier property

  1. @JsonKey(name: 'nodeStyleIdentifier')
String? nodeStyleIdentifier
getter/setter pair

Comes from the talent grid node style: this identifier should be used to determine how to render the node in the UI.

Implementation

@JsonKey(name:'nodeStyleIdentifier')
String? nodeStyleIdentifier;