Notification constructor

Notification({
  1. CloudPubsubTopic? cloudPubsubTopic,
})

Implementation

Notification({
  this.cloudPubsubTopic,
});