CommandWithTarget constructor Null safety
- SerializableFinder finder,
- {Duration? timeout}
Constructs this command given a finder.
Implementation
CommandWithTarget(this.finder, {super.timeout}) {
assert(finder != null, '$runtimeType target cannot be null');
}