LazyInjected
@propertyWrapper
public struct LazyInjected<Service>
Injects and resolves a service when accessed for the first time.
-
A wrapped value.
Declaration
Swift
public var wrappedValue: Service { mutating get set }