ChoiceDataGeneration<T> extension

Helper to create list of ChoiceData from any list

on

Methods

asChoiceData<R>({required R value(int index, T item), required String title(int index, T item), ChoiceDataProp<T, String>? subtitle, ChoiceDataProp<T, String>? image, ChoiceDataProp<T, String>? tooltip, ChoiceDataProp<T, bool>? disabled, ChoiceDataProp<T, bool>? hidden}) List<ChoiceData<R>>