FormElement constructor

FormElement({
  1. dynamic question,
  2. dynamic answer,
})

Implementation

FormElement({this.question, this.answer});