displayStyle property
- @JsonKey(name: 'displayStyle', fromJson: decodeDestinyPresentationDisplayStyle, toJson: encodeDestinyPresentationDisplayStyle)
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;