fun <S, V, X : V> MutableMap<S, V>.toProperty(key: S, propertyGenerator: (X?) -> Property<X>): Property<X>
Convert the given key in this map to a Property using the given propertyGenerator function.