createKeyedMap<V> method

  1. @override
Map<T, V> createKeyedMap<V>()
override

Implementation

@override
Map<T, V> createKeyedMap<V>() => <T, V>{};