getProgressTxt method

dynamic getProgressTxt()

Implementation

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