Notification constructor
Notification({
- String? htmlBody,
- NotificationRecipientsRestrictions? restrict,
- String? subject,
- String? textBody,
- NotificationRecipients? to,
Implementation
Notification(
{this.htmlBody, this.restrict, this.subject, this.textBody, this.to});