QuestionsInfo constructor

QuestionsInfo({
  1. required List<Data> data,
})

Implementation

QuestionsInfo({
  required this.data,
});