blob: 662bdc9b77ab3c837941044e588d816509067993 [file] [log] [blame] [view]
# svc property
*[<Null safety>](https://dart.dev/null-safety)*
[Incoming](../../package-fuchsia_services_services/Incoming-class.md) svc
_<span class="feature">final</span>_
<p>Services that are available to this component.</p>
<p>These services have been offered to this component by its parent or are
ambiently offered by the Component Framework.</p>
## Implementation
```dart
final Incoming svc;
```