asMap abstract method

Map<K, V> asMap()

Returns a read-only dart:core Map

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

Implementation

// ignore: comment_references
/// - Use [KtMapExtensions.toMap] to copy the map
Map<K, V> asMap();