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