menu
quiz_package package
documentation
application/QuizEngine/InformationsStepper/view_model.dart
InformationStepModel
InformationStepModel.new constructor
InformationStepModel.new constructor
dark_mode
light_mode
InformationStepModel
constructor
InformationStepModel
(
{
required
String
title
,
required
String
content
,
})
Implementation
InformationStepModel({ required this.title, required this.content, });
quiz_package package
documentation
application/QuizEngine/InformationsStepper/view_model
InformationStepModel
InformationStepModel.new constructor
InformationStepModel class