NotificationRuleSummary constructor

NotificationRuleSummary({
  1. String? arn,
  2. String? id,
})

Implementation

NotificationRuleSummary({
  this.arn,
  this.id,
});