AnswerQueryRequest.fromJson constructor

AnswerQueryRequest.fromJson(
  1. Map json_
)

Implementation

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