Notification constructor

Notification({
  1. List<JobState>? jobStatesToNotify,
  2. bool? notifyAll,
  3. String? snsTopicARN,
})

Implementation

Notification({
  this.jobStatesToNotify,
  this.notifyAll,
  this.snsTopicARN,
});