RealtimeMcpListToolsFailedEvent.fromJson constructor
Implementation
factory RealtimeMcpListToolsFailedEvent.fromJson(Map<String, dynamic> j) => RealtimeMcpListToolsFailedEvent(
eventId: j['event_id'] as String,
itemId: j['item_id'] as String,
);