CommandWithTarget constructor
- SerializableFinder finder, {
- Duration? timeout,
Constructs this command given a finder.
Implementation
CommandWithTarget(this.finder, {super.timeout});
Constructs this command given a finder.
CommandWithTarget(this.finder, {super.timeout});