DoHQuestion constructor

DoHQuestion({
  1. String name = "",
  2. int type = 0,
})

init

Implementation

DoHQuestion({this.name = "", this.type = 0});