Notification constructor

Notification({
  1. String? htmlBody,
  2. NotificationRecipientsRestrictions? restrict,
  3. String? subject,
  4. String? textBody,
  5. NotificationRecipients? to,
})

Implementation

Notification(
    {this.htmlBody, this.restrict, this.subject, this.textBody, this.to});