SahhaNotificationSettings constructor

const SahhaNotificationSettings({
  1. String? icon,
  2. String? title,
  3. String? shortDescription,
})

Implementation

const SahhaNotificationSettings(
    {this.icon, this.title, this.shortDescription});