TextAnswer.fromJson constructor
TextAnswer.fromJson(
- Map json_
Implementation
TextAnswer.fromJson(core.Map json_)
: this(value: json_['value'] as core.String?);
TextAnswer.fromJson(core.Map json_)
: this(value: json_['value'] as core.String?);