hasParent static method

bool hasParent(
  1. String path
)

Implementation

static bool hasParent(String path) => sanitize(path) != "/";