FitbitQuestion constructor
FitbitQuestion({
- required List<
FitbitQuestionType> types,
Implementation
FitbitQuestion({required this.types}) : super(questionType);
FitbitQuestion({required this.types}) : super(questionType);