Map<String, dynamic> toJson() { return { 'notification': notification, 'data': data, 'headers': headers, 'fcm_options': fcmOptions?.toJson(), }..removeWhere((k, v) => v == null); }