isBranch property
bool
get
isBranch
Whether is route is a parent route
Implementation
bool get isBranch => _config.hasSubTree;
Whether is route is a parent route
bool get isBranch => _config.hasSubTree;