The object to inspect
Optionalprop: string | null
The property name to inspect, parent property and child property are concat with dot (.)
OptionaldefaultValue: any
The default value if the prop cannot be found
the property value if property name is present on the given object
Returns the property value if property name is present on the given object