map<K, V> method

  1. @Deprecated('没什么用')
Map<K, V> map<K, V>()

Implementation

@Deprecated('没什么用')
Map<K, V> map<K, V>() {
  return (this as Map).cast<K, V>();
}