nullOfBool top-level constant

bool? const nullOfBool

A null object with a defined type of bool?

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

Implementation

const bool? nullOfBool = null;