Runnable constructor
Runnable(
- FutureOr<
Response?> run(- FlowContext environment
- required String name,
- required String description,
Implementation
Runnable(this.run, {required super.name, required super.description});