GetRenderTree.deserialize constructor

GetRenderTree.deserialize(
  1. Map<String, String> json
)

Deserializes this command from the value generated by serialize.

Implementation

GetRenderTree.deserialize(super.json) : super.deserialize();