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