Gets the property value at path of object. If the resolved value is undefined the defaultValue is used in its place.
The object to query.
The path of the property to get.
Returns the resolved value.
_.get
Optional
Gets the property value at path of object. If the resolved value is undefined the defaultValue is used in its place.