WaitFor.deserialize constructor Null safety
- Map<
String, String> json, - DeserializeFinderFactory finderFactory
Deserializes this command from the value generated by serialize.
Implementation
WaitFor.deserialize(super.json, super.finderFactory) : super.deserialize();