WorkerState constructor

WorkerState(
  1. {required Ref<Object?> ref,
  2. required WorkerKey key}
)

Implementation

WorkerState({
  required this.ref,
  required this.key,
  // required this.services,
  // required this.planned,
  // required this.clients,
  // required this.http,
});