WriteOnlyProperty
open class WriteOnlyProperty<T> : BindableProperty<T>
A concrete property that can be updated, but not read from.
-
Undocumented
Declaration
Swift
public init(set: @escaping Setter, changeHandler: ChangeHandler = ChangeHandler())
WriteOnlyProperty Class Reference