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