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