WebMcpInputDecoder<T> typedef

WebMcpInputDecoder<T> = T Function(Map<String, Object?> input)

Converts raw JSON object input into an application-specific type.

Implementation

typedef WebMcpInputDecoder<T> = T Function(Map<String, Object?> input);