DefaultIndirectObservableValue

constructor(parentProperty: ObservableValue<P?>, defaultValue: V, getObservable: (P) -> ObservableValue<V>)