*[<Null safety>](https://dart.dev/null-safety)*
Incoming.withDirectory(dynamic _dirProxy)
Initializes Incoming with a Directory
that should be bound to /svc
of this component.
If you are launching a component use the Incoming() constructor to get an unbound directory.
Implementation
Incoming.withDirectory(this._dirProxy);