getPath method

String getPath()

Gets dot notation path of the validated element.

Returns the path of the validated element.

Implementation

String getPath() {
  return _path!;
}