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