showValueOnComplete property

  1. @JsonKey(name: 'showValueOnComplete')
bool? showValueOnComplete
getter/setter pair

If True, you should continue showing the progression value in the UI after it's complete. I mean, we already do that in BNet anyways, but if you want to be better behaved than us you could honor this flag.

Implementation

@JsonKey(name:'showValueOnComplete')
bool? showValueOnComplete;