InitDependency constructor

InitDependency(
  1. Type type, {
  2. String? instanceName,
})

Implementation

InitDependency(this.type, {this.instanceName});