asMap abstract method
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
@override
Map<K, V> asMap();