typed<K, V> method

*<Null safety>*
  • @Deprecated('Use map.cast<K, V> instead.')

Map<K, V> typed <K, V>(Map base) @Deprecated('Use map.cast<K, V> instead.')

Implementation

@Deprecated('Use map.cast<K, V> instead.')
static Map<K, V> typed<K, V>(Map base) => base.cast<K, V>();