screenStyle property
- @JsonKey(name: 'screenStyle', fromJson: decodeDestinyPresentationScreenStyle, toJson: encodeDestinyPresentationScreenStyle)
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;