nullOfSet<T> function

Set<T>? nullOfSet<T>()

A null object with a defined type of Set<T>?

Set<T>?の型を定義したnullオブジェクト。

Implementation

Set<T>? nullOfSet<T>() => null;