blob: 261be7cb9cb27e809fa5fb5421d727c85cf345ac [file] [log] [blame] [view]
# 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;
```