hasChildren property
Whether this route has initial child routes
Implementation
bool get hasChildren => initialChildren?.isNotEmpty == true;
Whether this route has initial child routes
bool get hasChildren => initialChildren?.isNotEmpty == true;