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