DependencyNotFoundException constructor

DependencyNotFoundException(
  1. Type type, {
  2. String? tag,
})

Implementation

DependencyNotFoundException(this.type, {this.tag});