toSelectMenuOption property

(FutureOr<SelectMenuOptionBuilder> Function(T)?) toSelectMenuOption
final

A function called to provide SelectMenuOptionBuilders that can be used to represent an element converted by this converter.

The builder returned by this function should have a value that this converter will be able to convert.

You might also be interested in:

Implementation

final FutureOr<SelectMenuOptionBuilder> Function(T)? toSelectMenuOption;