WaitForTappable.deserialize constructor Null safety
- dynamic json,
- dynamic finderFactory
Deserialized this command from the value generated by serialize.
Implementation
WaitForTappable.deserialize(
super.json, super.finderFactory)
: super.deserialize();