isNotNull method
This method should usually not be used for checking whether a property is not null.
Implementation
bool isNotNull()
{
return this._rawValue != null;
}
This method should usually not be used for checking whether a property is not null.
bool isNotNull()
{
return this._rawValue != null;
}