progressValue property

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

How much of the presentation node is considered to be completed so far by the given character/profile.

Implementation

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