Runnable constructor
Runnable(
- FutureOr<
void> run(- FlowContext context
- @Deprecated("Will be removed in the next major version.") String? name,
Implementation
Runnable(this.run,
{@Deprecated("Will be removed in the next major version.") this.name});