Workers constructor

Workers(
  1. List<Worker> workers
)

Constructs a new Workers instance with the provided workers.

Implementation

Workers(this.workers);