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