isNullOrMissing method Null safety
Returns a new expression which evaluates whether this expression is
null
or missing.
Implementation
ExpressionInterface isNullOrMissing();
Returns a new expression which evaluates whether this expression is
null
or missing.
ExpressionInterface isNullOrMissing();