toStr method

String toStr()

Converts the Substrate path to its string representation by joining the elements.

Implementation

String toStr() {
  return toList().join();
}