ProviderKey constructor

ProviderKey(
  1. String type,
  2. int argsHash
)

Implementation

ProviderKey(this.type, this.argsHash);