Converts the NotificationSettings instance to a JSON object.
NotificationSettings
Map<String, dynamic> toJson() => { 'title': title, 'body': body, 'stopButton': stopButton, 'icon': icon, };