WorkerInfo constructor

WorkerInfo({
  1. required String id,
})

Implementation

WorkerInfo({required this.id});