dart property

Map<K, V> dart

Creates a Map instance that wraps the original KtMap. It acts as a view.

Mutations on the returned Map are reflected on the original KtMap and vice versa.

This method can be used to interop between the dart:collection and the kt.dart world.

Implementation

Map<K, V> get dart => asMap();