parentNodeHashes property

  1. @JsonKey(name: 'parentNodeHashes')
List<int>? parentNodeHashes
getter/setter pair

A quick reference to presentation nodes that have this node as a child. Presentation nodes can be parented under multiple parents.

Implementation

@JsonKey(name:'parentNodeHashes')
List<int>? parentNodeHashes;