Ioc constructor

Ioc()

Implementation

Ioc() {
  Ioc._instance ??= this;
}