Function to return a List of S2Choice from a List of value
List
value
typedef S2MultiSelectedResolver<T> = Future<List<S2Choice<T>>?> Function( List<T>? value);