menu
english_question_model package
documentation
common/question_metadata.dart
Meta
Meta.new constructor
Meta.new constructor
dark_mode
light_mode
Meta
constructor
Meta
(
{
required
String
id
,
required
String
title
,
required
String
type
,
double
?
score
=
0
,
bool
?
group
=
false
,
})
Implementation
Meta({required this.id, required this.title, required this.type, this.score = 0, this.group=false});
english_question_model package
documentation
common/question_metadata
Meta
Meta.new constructor
Meta class