TspTreeNode constructor
const
TspTreeNode({
- required String id,
- required String label,
- List<
TspTreeNode> children = const [],
Implementation
const TspTreeNode({required this.id, required this.label, this.children = const []});