WaitForCondition.deserialize constructor
Deserializes this command from the value generated by serialize.
The path is the current path to the json object from the parent object.
Implementation
WaitForCondition.deserialize(super.json, {String? path})
: condition = _deserialize(json, path: path),
super.deserialize();