*[<Null safety>](https://dart.dev/null-safety)*
ComponentContext({required Incoming svc, required Outgoing outgoing})
This constructor is used by the modular test harness, but should not be used elsewhere. ComponentContext.create() and ComponentContext.createAndServe() should typically be used instead.
Implementation
ComponentContext({
required this.svc,
required this.outgoing,
});