//kit/healthstack.kit.task.onboarding.model/IntroModel/IntroModel

IntroModel

[androidJvm]
fun IntroModel(id: String, title: String, drawableId: Int? = R.drawable.sample_image_alpha4, logoDrawableId: Int? = null, summaries: List<Pair<Int, String>>? = null, sections: List<IntroModel.IntroSection>)