progressDescription property

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

Text to describe the progress bar.

Implementation

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