questions property

  1. @JsonKey.new(name: 'questions', defaultValue: <LongreadExerciseQuestionItem>[])
List<LongreadExerciseQuestionItem> questions
final

Implementation

@JsonKey(name: 'questions', defaultValue: <LongreadExerciseQuestionItem>[])
final List<LongreadExerciseQuestionItem> questions;