WaitForCondition.deserialize constructor

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

Deserializes this command from the value generated by serialize.

Implementation

WaitForCondition.deserialize(super.json)
    : condition = _deserialize(json),
      super.deserialize();