data class Step(val title: String, val description: String, val icon: Int = edu.stanford.spezi.core.design.R.drawable.ic_groups) Represents a step in the onboarding process.
See also
edu.stanford.bdh.engagehf.onboarding.EngageSequentialOnboardingRepository