uiLabel property

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

Objectives can have arbitrary UI-defined identifiers that define the style applied to objectives. For convenience, known UI labels will be defined in the uiStyle enum value.

Implementation

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