Null<T> constructor

const Null<T>()

Implementation

const Null() : super._internal(false, null);