screenStyle property

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

A string that the game UI uses as a hint for which detail screen to show for the item. You, too, can leverage this for your own custom screen detail views. Note, however, that these are arbitrarily defined by designers: there's no guarantees of a fixed, known number of these - so fall back to something reasonable if you don't recognize it.

Implementation

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