Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

select an item woth index list dart

final selectedItemsArr = optionList.where((element) => (element.value ?? false == true)).toList(); //array of only selected items
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #select #item #woth #index #list #dart
ADD COMMENT
Topic
Name
2+9 =