Converts to JSON.
@override Map<String, dynamic> toJson() => { 'type': type, 'session': session.toJson(), if (eventId != null) 'event_id': eventId, };