screenStyle property

  1. @JsonKey(name: 'screenStyle', fromJson: decodeDestinyPresentationScreenStyle, toJson: encodeDestinyPresentationScreenStyle)
DestinyPresentationScreenStyle? screenStyle
getter/setter pair

A hint for how to display this presentation node when it's shown in its own detail screen.

Implementation

@JsonKey(name:'screenStyle',fromJson:decodeDestinyPresentationScreenStyle,toJson:encodeDestinyPresentationScreenStyle)
DestinyPresentationScreenStyle? screenStyle;