A null object with a defined type of String?
null
String?の型を定義したnullオブジェクト。
const String? nullOfString = null;