NiceTreeGridNode<T> constructor
- required String key,
- required T data,
- List<
NiceTreeGridNode< children = const [],T> >
Implementation
NiceTreeGridNode({
required this.key,
required this.data,
this.children = const [],
});