ValueProvider<T extends Object> constructor

const ValueProvider<T extends Object>(
  1. Type type,
  2. T useValue
)

Implementation

const factory ValueProvider(
  Type type,
  T useValue,
) = ValueProvider<T>._;