init

Creates a dependency values instance.

DependencyValues.swift:137
init()

You don’t typically create an instance of DependencyValues directly. Doing so would provide access only to default values. Instead, you rely on the dependency values’ instance that the library manages for you when you use the Dependency property wrapper.