dart property

Map<K, V> dart

Returns a read-only dart:core Map

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

Implementation

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