WaitForTappable.deserialize constructor

WaitForTappable.deserialize(
  1. Map<String, String> json,
  2. DeserializeFinderFactory finderFactory
)

Deserialized this command from the value generated by serialize.

Implementation

WaitForTappable.deserialize(
    super.json, super.finderFactory)
    : super.deserialize();