RobotoffQuestionResult constructor

const RobotoffQuestionResult({
  1. String? status,
  2. List<RobotoffQuestion>? questions,
})

Implementation

const RobotoffQuestionResult({this.status, this.questions});