previousRoute property

String? get previousRoute

Implementation

String? get previousRoute => routeHistory.isNotEmpty ? routeHistory.last : null;