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