@override Map<String, dynamic> toJson() => <String, dynamic>{ 'notification_sounds': notificationSounds .map((item) => item.toJson()) .toList(), '@type': constructor, };