TreeConfig constructor
const
TreeConfig({})
Implementation
const TreeConfig({
this.dataType = DataType.DataMap,
this.parentId = 'parentId',
this.value = 'value',
this.label = 'label',
this.id = 'id',
this.children = 'children',
});