ExistingProvider<T extends Object> constructor

const ExistingProvider<T extends Object>(
  1. Type type,
  2. Object useExisting
)

Implementation

const factory ExistingProvider(
  Type type,
  Object useExisting,
) = ExistingProvider<T>._;