nullOfMap<K, V> function
A null
object with a defined type of Map<K, V>?
Map<K, V>?の型を定義したnull
オブジェクト。
Implementation
Map<K, V>? nullOfMap<K, V>() => null;
A null
object with a defined type of Map<K, V>?
Map<K, V>?の型を定義したnull
オブジェクト。
Map<K, V>? nullOfMap<K, V>() => null;