NodeMoveModel constructor

NodeMoveModel(
  1. {required String move,
  2. List<String>? childrenMoves}
)

Implementation

NodeMoveModel({required this.move, this.childrenMoves});