isNull method

bool isNull()

This method should usually not be used for checking whether a property is null.

Implementation

bool isNull()
{
  return this._rawValue == null;
}