TextQuestion.fromJson constructor
TextQuestion.fromJson(
- Map json_
Implementation
TextQuestion.fromJson(core.Map json_)
: this(paragraph: json_['paragraph'] as core.bool?);
TextQuestion.fromJson(core.Map json_)
: this(paragraph: json_['paragraph'] as core.bool?);