processOptionCallback property

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

@override
final void Function(CommandOptionBuilder)? processOptionCallback;