DependencyAlreadyExistsException constructor

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

Implementation

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