projectedValue
The property for which this instance exposes a publisher.
Declaration
var projectedValue: Published<Value>.Publisher { mutating get set }Discussion
The projectedValue is the property accessed with the $ operator.
The property for which this instance exposes a publisher.
var projectedValue: Published<Value>.Publisher { mutating get set }The projectedValue is the property accessed with the $ operator.