Composite Dirty Property
class CompositeDirtyProperty(val base: DirtyPropertyBase<Any>) : DirtyProperty<Any> , ObservableValue<Boolean>
CompositeDirtyProperty
Parameters
base
The new base class to use
CompositeDirtyProperty
The new base class to use