Runnable constructor
Runnable(
- FutureOr<
void> run(- FlowContext context
- required String name,
Implementation
Runnable(this.run, {required this.name});