Runnable constructor

Runnable(
  1. FutureOr<void> run(
    1. FlowContext context
    ), {
  2. required String name,
})

Implementation

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