ServiceContainer constructor

ServiceContainer({
  1. String? name,
  2. ServiceContainer? parent,
})

Implementation

ServiceContainer({this.name, this.parent});