fromJson method Null safety
Deserializes the result from JSON.
Implementation
static RenderTree fromJson(Map<String, dynamic> json) {
return RenderTree(json['tree'] as String);
}
Deserializes the result from JSON.
static RenderTree fromJson(Map<String, dynamic> json) {
return RenderTree(json['tree'] as String);
}