isCurrentRoot method
Implementation
bool isCurrentRoot() {
return topRouteName != null && rootRouteName != null && rootRouteName == topRouteName;
}
bool isCurrentRoot() {
return topRouteName != null && rootRouteName != null && rootRouteName == topRouteName;
}