ignoreForCompletion property

  1. @JsonKey(name: 'ignoreForCompletion')
bool? ignoreForCompletion
getter/setter pair

Comes from the talent grid node style: if true, then this node should be ignored for determining whether the grid is complete.

Implementation

@JsonKey(name:'ignoreForCompletion')
bool? ignoreForCompletion;