hasChildren property

bool get hasChildren
inherited

Whether this route has initial child routes

Implementation

bool get hasChildren => initialChildren?.isNotEmpty == true;