toJson method
Implementation
@override
Map<String, dynamic> toJson() => {
...interaction.toJson(),
"type": type,
"tour_uuid": tourUuid,
"enable_sign_language_selected": enableSignLanguageSelected,
"enable_subtitles_selected": enableSubtitlesSelected,
"enable_audio_description_selected": enableAudioDescriptionSelected,
"time_elapsed": timeElapsed,
};