DefaultIndirectOptionalStringProperty

constructor(parentProperty: ObservableValue<P?>, defaultProperty: Property<String?>, getProperty: (P) -> Property<String?>)