ServiceLocatorConfig constructor

const ServiceLocatorConfig({
  1. bool throwOnUnregisered = false,
  2. bool defaultLazy = true,
})

Implementation

const ServiceLocatorConfig(
    {this.throwOnUnregisered = false, this.defaultLazy = true});