isNullOrRoot property

bool get isNullOrRoot

Implementation

bool get isNullOrRoot => this == null || this!._segments?.isEmpty == true;