PgnChildNode<T extends PgnNodeData> constructor

PgnChildNode<T extends PgnNodeData>(
  1. T data
)

Implementation

PgnChildNode(this.data);