SelectionEntity.simple constructor
构造简单筛选数据
Implementation
SelectionEntity.simple({
this.key,
this.value,
this.title = '',
this.type,
}) : maxSelectedCount = SelectionConstant.maxSelectCount,
isCustomTitleHighLight = false,
isSelected = false,
children = [],
extMap = {} {
filterType = parserFilterTypeWithType(type);
filterShowType = parserShowType(showType);
originalCustomMap = Map();
isSelected = false;
}