dailyLimit property

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

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

Implementation

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