getPath method

String getPath(
  1. Widget child
)

Implementation

String getPath(Widget child) {
  return pagePathMapping?.getPath(child) ?? '/${child.runtimeType}';
}