Question constructor

const Question(
  1. String name,
  2. String title,
  3. String? description,
  4. BoxField field,
)

Implementation

const Question(this.name, this.title, this.description, this.field);