Locator.clone() method

Clones the locator.

Signature

class Locator {
  clone(): Locator<T>;
}

Returns:

Locator<T>