icon property

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

If this progression step has a specific icon related to it, this is the icon to show.

Implementation

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