WaitForCondition.deserialize constructor
Deserializes this command from the value generated by serialize.
The json
argument cannot be null.
Implementation
WaitForCondition.deserialize(super.json)
: condition = _deserialize(json),
super.deserialize();