hasChildren property

bool hasChildren

Whether this route has initial child routes

Implementation

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