fun <K, V> ObservableMap<K, V>.asUnmodifiable(): ObservableMap<K, V>
Returns an unmodifiable ObservableMap that wraps the original map.