Data constructor

Data({
  1. List<Questions>? questions,
})

Implementation

Data({
  this.questions,
});