isHardenedChild method

bool isHardenedChild(
  1. String path
)

Implementation

bool isHardenedChild(String path) {
  return path.contains("'");
}