Kernel constructor Null safety

Kernel()

Implementation

Kernel () {
  CollectorService();
  DebuggerService('[ debug ]');
}