uiPlugLabel property

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

Plugs can have arbitrary, UI-defined identifiers that the UI designers use to determine the style applied to plugs. Unfortunately, we have neither a definitive list of these labels nor advance warning of when new labels might be applied or how that relates to how they get rendered. If you want to, you can refer to known labels to change your own styles: but know that new ones can be created arbitrarily, and we have no way of associating the labels with any specific UI style guidance... you'll have to piece that together on your end. Or do what we do, and just show plugs more generically, without specialized styles.

Implementation

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