processOptionCallback property

(void Function(CommandOptionBuilder)?) processOptionCallback
final

A callback called with the CommandOptionBuilder created for an option using this converter.

Can be used to make custom changes to the builder that are not implemented by default.

Implementation

final void Function(CommandOptionBuilder)? processOptionCallback;