parentNodeHashes property
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;
A quick reference to presentation nodes that have this node as a child. Presentation nodes can be parented under multiple parents.
@JsonKey(name:'parentNodeHashes')
List<int>? parentNodeHashes;