FitbitQuestion constructor

FitbitQuestion({
  1. required List<FitbitQuestionType> types,
})

Implementation

FitbitQuestion({required this.types}) : super(questionType);