questions property
- @JsonKey.new(name: 'questions', defaultValue: <LongreadExerciseQuestionItem>[])
final
Implementation
@JsonKey(name: 'questions', defaultValue: <LongreadExerciseQuestionItem>[])
final List<LongreadExerciseQuestionItem> questions;