nullOfMap<K, V> function

Map<K, V>? nullOfMap<K, V>()

A null object with a defined type of Map<K, V>?

Map<K, V>?の型を定義したnullオブジェクト。

Implementation

Map<K, V>? nullOfMap<K, V>() => null;