nullOfString top-level constant

String? const nullOfString

A null object with a defined type of String?

String?の型を定義したnullオブジェクト。

Implementation

const String? nullOfString = null;