RealtimeResponseCancelEvent.fromJson constructor
Implementation
factory RealtimeResponseCancelEvent.fromJson(Map<String, dynamic> j) => RealtimeResponseCancelEvent(
eventId: j['event_id'] as String?,
responseId: j['response_id'] as String?,
);