ContentViewed.fromJson constructor
Implementation
factory ContentViewed.fromJson(Map<String, dynamic> json) => ContentViewed(
interaction: Interaction.fromJson(json),
contentUuid: json["content_uuid"],
timeElapsed: json["time_elapsed"],
);