asMap method

Map<K, V> asMap()

Implementation

Map<K, V> asMap() {
	return Map.fromEntries(this);
}