# outgoing property | |
*[<Null safety>](https://dart.dev/null-safety)* | |
[Outgoing](../../package-fuchsia_services_services/Outgoing-class.md) outgoing | |
_final_ | |
<p>Services and data exposed to other components.</p> | |
<p>Use <a href="../../package-fuchsia_services_services/ComponentContext/outgoing.md">outgoing</a> to publish services and data to the component manager and | |
other components.</p> | |
## Implementation | |
```dart | |
final Outgoing outgoing; | |
``` | |