convertPickedData method

Map<String, List<PickerEntity>> convertPickedData(
  1. List<PickerEntity> selectedResults, {
  2. bool includeUnlimitSelection = false,
})

Implementation

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