isNullOrRoot property

bool isNullOrRoot

Implementation

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