NotificationRateLimit constructor

NotificationRateLimit({
  1. String? period,
})

Implementation

NotificationRateLimit({
  this.period,
});