Deserializes the result from JSON.
Source
static GetTextResult fromJson(Map<String, dynamic> json) {
return new GetTextResult(json['text']);
}
Deserializes the result from JSON.
static GetTextResult fromJson(Map<String, dynamic> json) {
return new GetTextResult(json['text']);
}