This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
yangyang
/
deus_app
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
63d1493b43
Rami (Branch)
Tag
master
deus_app
/
lib
/
common
/
event
/
multiple_choice.dart
multiple_choice.dart
109 B
Cronologia
Originale
1
2
3
4
5
6
7
8
class MultipleChoice{
late String name;
late bool isCheck;
MultipleChoice(this.name,this.isCheck);
}