NotificationConfiguration constructor

NotificationConfiguration({
  1. String? topicArn,
  2. String? topicStatus,
})

Implementation

NotificationConfiguration({
  this.topicArn,
  this.topicStatus,
});