CancelledNotification.toMCP constructor
Implementation
factory CancelledNotification.toMCP(Map<String, Object?> map) {
return CancelledNotification(
params: CancelledNotificationParams.toMCP(
map['params'] as Map<String, Object?>,
),
);
}