weeklyLimit property

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

If this progression has a weekly limit, this is that limit.

Implementation

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