shouldShowLargeIcons property

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

A hint to show a large icon for a reward

Implementation

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