WaitForAbsent.deserialize constructor

WaitForAbsent.deserialize(
  1. Map<String, String> json,
  2. DeserializeFinderFactory finderFactory, {
  3. String? path,
})

Deserializes this command from the value generated by serialize.

Implementation

WaitForAbsent.deserialize(super.json, super.finderFactory, {super.path}) : super.deserialize();