stepName property

  1. @JsonKey(name: 'stepName')
String? stepName
getter/setter pair

Very rarely, Progressions will have localized text describing the Level of the progression. This will be that localized text, if it exists. Otherwise, the standard appears to be to simply show the level numerically.

Implementation

@JsonKey(name:'stepName')
String? stepName;