hasPendingRoutes property
bool
get
hasPendingRoutes
Whether _initialPendingRoutes
is not empty
Implementation
bool get hasPendingRoutes => _initialPendingRoutes?.isNotEmpty == true;
Whether _initialPendingRoutes
is not empty
bool get hasPendingRoutes => _initialPendingRoutes?.isNotEmpty == true;