RobotoffQuestion constructor

const RobotoffQuestion(
  1. {String? barcode,
  2. String? type,
  3. String? value,
  4. String? question,
  5. String? insightId,
  6. InsightType? insightType,
  7. String? imageUrl}
)

Implementation

const RobotoffQuestion(
    {this.barcode,
    this.type,
    this.value,
    this.question,
    this.insightId,
    this.insightType,
    this.imageUrl});