weeklyProgress property

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

The amount of progress earned toward this progression in the current week.

Implementation

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