Sélectionnez un élément Woth Index List Dart

final selectedItemsArr = optionList.where((element) => (element.value ?? false == true)).toList(); //array of only selected items
Mohammad Taheri