Worker<A, S> constructor

Worker<A, S>(
  1. {required _Work<A, S> work}
)

Implementation

Worker({
  required this.work
});