hasRoutes property

bool get hasRoutes

Check if the archive has routes

Implementation

bool get hasRoutes => routes != null && routes!.isNotEmpty;