@override Map<String, Object?> toJson() => { ...super.toJson(), if (body != null) 'body': body, 'event': event, };