JobNotification constructor

JobNotification({
  1. Message? message,
  2. String? pubsubTopic,
})

Implementation

JobNotification({
  this.message,
  this.pubsubTopic,
});