rewardBlockLabel property

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

If this interaction is displaying rewards, this is the text to use for the header of the reward-displaying section of the interaction.

Implementation

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