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