isRoot property

bool isRoot

Checks if the path points to the config root.

Implementation

bool get isRoot => parts.isEmpty;