children property

  1. @JsonKey(name: 'children')
DestinyPresentationNodeChildrenBlock? children
getter/setter pair

The child entities contained by this presentation node.

Implementation

@JsonKey(name:'children')
DestinyPresentationNodeChildrenBlock? children;