The Null type has only one possible value: null, which represents the absence of a value.

For example, a failed search returns the value 'null'.

Class Methods (see Type)

New
Returns null

Instance Methods

<=>
Return '0' if comparison value is null. Otherwise return 'null'.