alias property

String? alias
final

Custom external name for this argument.

When set, the alias is used as the argument name in the MCP protocol instead of the Dart parameter name.

Implementation

final String? alias;