ValueProvider<T extends Object> constructor
const
ValueProvider<T extends Object> (
- Type type,
- T useValue
Implementation
const factory ValueProvider(
Type type,
T useValue,
) = ValueProvider<T>._;