getLocator method

dynamic getLocator()

Gets the stored component locator.

Return the component's locator.

Implementation

dynamic getLocator() {
  return _locator;
}