Question constructor

const Question(
  1. String name,
  2. int type
)

Implementation

const factory Question(String name, int type) = _Question;