dynamic setUpContextForTesting({Map<String, dynamic> values})

Source

setUpContextForTesting({Map<String, dynamic> values}) {
  _testingContext = new HttpContext({
    '__container': new IoCContainer()
  }..addAll(values ?? {}));
}