toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'updateHavePendingNotifications',
if (extra != null) '@extra': extra,
'have_delayed_notifications': have_delayed_notifications,
'have_unreceived_notifications': have_unreceived_notifications
};
}