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