ExampleQuestion constructor
const
ExampleQuestion({
- required String question,
- ExampleQuestionConfig? config,
Implementation
const ExampleQuestion({
required this.question,
this.config,
});