ServiceContainerException.circularDependencyResolution constructor
Implementation
ServiceContainerException.circularDependencyResolution({required this.type, this.name}) : message = "Circular resolution of type($type) ${name != null ? ' with name($name)' : ''}";