Runnable constructor

Runnable(
  1. FutureOr<Response?> run(
    1. FlowContext environment
    ), {
  2. required String name,
  3. required String description,
})

Implementation

Runnable(this.run, {required super.name, required super.description});