toMap method

Map<K, V> toMap()

Implementation

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