@override Map<String, dynamic> toJson() => <String, dynamic>{ 'shortcut_id': shortcutId, 'recipients': recipients?.toJson(), 'schedule': schedule?.toJson(), 'offline_only': offlineOnly, '@type': constructor, };