mapPropertyOf

inline fun <K, V> mapPropertyOf(initialValue: ObservableMap<K, V>? = null): MapProperty<K, V>

Create a MapProperty with initialValue.