progressPercent property

  1. @JsonKey(name: 'progressPercent')
double? progressPercent
getter/setter pair

If you want to show a progress bar or circle for how close this talent node is to being activate-able, this is the percentage to show. It follows the node's underlying rules about when the progress bar should first show up, and when it should be filled.

Implementation

@JsonKey(name:'progressPercent')
double? progressPercent;