Config constructor
const
Config({})
Implementation
const Config(
{this.dataType = DataType.dataList,
this.parentId = 'parentId',
this.label = 'name',
this.id = 'id',
this.children = 'children',
this.allCheckedNodeName = '全部',
this.nullCheckedNodeName,
this.breadcrumbRootName = '根'});