JobEvent constructor

JobEvent({
  1. List<String>? jobs,
  2. String? type,
})

Implementation

JobEvent({this.jobs, this.type});