factory StartVisit.fromJson(Map<String, dynamic> json) => StartVisit( interaction: Interaction.fromJson(json), timeElapsed: json["time_elapsed"], );