menu
dartchess package
documentation
dartchess.dart
PgnNode<T extends PgnNodeData>
children property
children property
dark_mode
light_mode
children
property
List
<
PgnChildNode
<
T
>
>
children
final
Implementation
final List<PgnChildNode<T>> children = [];
dartchess package
documentation
dartchess
PgnNode<T extends PgnNodeData>
children property
PgnNode class