IgnoreDependency constructor

const IgnoreDependency({
  1. bool inLocator = true,
  2. bool inTestLocator = true,
})

Implementation

const IgnoreDependency({this.inLocator = true, this.inTestLocator = true});