toMap method

Map<K, V> toMap()

Implementation

Map<K, V> toMap() => Map<K, V>.fromEntries(this);