hasRoutes property
bool
get
hasRoutes
Check if the archive has routes
Implementation
bool get hasRoutes => routes != null && routes!.isNotEmpty;
Check if the archive has routes
bool get hasRoutes => routes != null && routes!.isNotEmpty;