Determine whether data.property exists and is a non-null an object.
data.property
The string literal type of the property
The object to ensure has a specific property. Must be a non-null object.
String literal of the property in question
Whether the property exists and is a non-null object
Determine whether
data.propertyexists and is a non-null an object.