Tests if destination property exists.
array|string $property: An array of properties on the destination.
bool TRUE if the destination property exists.
public function hasDestinationProperty($property) { return NestedArray::keyExists($this->destination, explode(static::PROPERTY_SEPARATOR, $property)); }