nodeId property

  1. @JsonKey(name: 'nodeId')
int? nodeId
getter/setter pair

An identifier for the Activity Graph Node, only guaranteed to be unique within its parent Activity Graph.

Implementation

@JsonKey(name:'nodeId')
int? nodeId;