init(wrappedValue:)
Creates a bindable object from an observable object.
Declaration
init(wrappedValue: Value)Discussion
You should not call this initializer directly. Instead, declare a property with the @Bindable attribute, and provide an initial value.