Step
    class StepCompletionTopicCompletedAppsFlyerAnalyticEvent(topicId: Long, trackTitle: String?, trackIsCompleted: Boolean) : AppsFlyerAnalyticEvent
Represents step completion analytic event when a user has completed a topic.
Parameters
topic
Completed topic id.
track
Title of the track.
track
true if the track is completed, false otherwise.