getProgressTxt method
dynamic
getProgressTxt()
Implementation
getProgressTxt() {
return "$currentQuestin/" + questions.length.toString();
}
getProgressTxt() {
return "$currentQuestin/" + questions.length.toString();
}