ObservableProperty

public class ObservableProperty<ValueType>: ObservablePropertyType

This class is the default implementation of the ObservablePropertyType protocol. It is recommended that you do not use this observable and instead use an observable from a full FRP library. The existence of this class is to make ReactiveReSwift fully functional without third party libararies.