A null object with a defined type of Set<T>?
null
Set<T>?の型を定義したnullオブジェクト。
Set<T>? nullOfSet<T>() => null;