toSelectMenuOption property

  1. @override
(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

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