autoUnlocks property

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

If true, this node will automatically unlock when the Talent Grid's level reaches the required level of the current step of this node.

Implementation

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