toJson method
Mapping IOSSettings to json.
Implementation
Map<String, dynamic> toJson() => {
'notificationTypes': notificationTypes,
'forceCleanup': forceCleanup,
'logging': logging,
'webViewSettings': webViewSettings?.toJson(),
'withoutRegisteringForRemoteNotifications': withoutRegisteringForRemoteNotifications,
};