Container.scoped constructor

Container.scoped([
  1. String? debugName
])

Creates a scoped container.

Implementation

Container.scoped([String? debugName])
    : _namedProviders = <String?, Map<String, _Provider>>{},
      log = Logger(debugName ?? "kiwi");