convertPickedData method
Map<String, List<PickerEntity> >
convertPickedData(
- List<
PickerEntity> selectedResults, { - bool includeUnlimitSelection = false,
Implementation
Map<String, List<PickerEntity>> convertPickedData(
List<PickerEntity> selectedResults,
{bool includeUnlimitSelection = false}) {
return getSelectionParams(selectedResults,
includeUnlimitSelection: includeUnlimitSelection);
}