BaseTreeModel constructor
BaseTreeModel({
- String? id,
- List<
BaseTreeModel> ? children,
Implementation
BaseTreeModel({
this.id,
this.children,
});
BaseTreeModel({
this.id,
this.children,
});