IOSNotificationSettings class

Constructors

IOSNotificationSettings({required String authorizationStatus, required String soundSetting, required String badgeSetting, required String notificationCenterSetting, required String lockScreenSetting, required String carPlaySetting, required String alertStyle, required String showPreviewSetting, String? criticalAlertSetting, bool? providesAppNotificationSettings, String? scheduledDeliverySetting, String? timeSensitiveSetting})
IOSNotificationSettings.fromMap(Map map)
factory

Properties

alertStyle String
getter/setter pair
authorizationStatus String
getter/setter pair
badgeSetting String
getter/setter pair
carPlaySetting String
getter/setter pair
criticalAlertSetting String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
lockScreenSetting String
getter/setter pair
notificationCenterSetting String
getter/setter pair
providesAppNotificationSettings bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledDeliverySetting String?
getter/setter pair
showPreviewSetting String
getter/setter pair
soundSetting String
getter/setter pair
timeSensitiveSetting String?
getter/setter pair

Methods

copyWith({String? authorizationStatus, String? soundSetting, String? badgeSetting, String? notificationCenterSetting, String? lockScreenSetting, String? carPlaySetting, String? alertStyle, String? showPreviewSetting, String? criticalAlertSetting, bool? providesAppNotificationSettings, String? scheduledDeliverySetting, String? timeSensitiveSetting}) IOSNotificationSettings
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override