PickerEntity constructor
PickerEntity({})
Implementation
PickerEntity(
{this.uniqueId,
this.key,
this.value,
this.defaultValue,
this.name = '',
this.children = const [],
this.isSelected = false,
this.extMap,
this.type,
this.maxSelectedCount = SelectionConstant.maxSelectCount}) {
filterType = parserFilterTypeWithType(type);
}