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