displayStyle property

  1. @JsonKey(name: 'displayStyle', fromJson: decodeDestinyPresentationDisplayStyle, toJson: encodeDestinyPresentationDisplayStyle)
DestinyPresentationDisplayStyle? displayStyle
getter/setter pair

A hint for how to display this presentation node when it's shown in a list.

Implementation

@JsonKey(name:'displayStyle',fromJson:decodeDestinyPresentationDisplayStyle,toJson:encodeDestinyPresentationDisplayStyle)
DestinyPresentationDisplayStyle? displayStyle;