encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    authorizationStatus?.index,
    soundSetting?.index,
    badgeSetting?.index,
    alertSetting?.index,
    notificationCenterSetting?.index,
    lockScreenSetting?.index,
    carPlaySetting?.index,
    alertStyle?.index,
    showPreviewsSetting?.index,
    criticalAlertSetting?.index,
    providesAppNotificationSettings,
    announcementSetting?.index,
  ];
}