ProviderKey constructor

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

Creates a key from a type name and argument hash.

Implementation

ProviderKey(this.type, this.argsHash);