WriteOnlyProperty

open class WriteOnlyProperty<T> : BindableProperty<T>

A concrete property that can be updated, but not read from.