AnswerQuestions constructor

AnswerQuestions({
  1. String? message,
  2. Data? data,
  3. bool? status,
  4. dynamic meta,
})

Implementation

AnswerQuestions({
  this.message,
  this.data,
  this.status,
  this.meta,
});