read from json
DoHQuestion.fromJson(Map<String, dynamic> json) { name = (json['name'] as String?) ?? ""; type = (json['type'] as int?) ?? 0; }