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