route property

String get route

Current route (last in the routes history).

Implementation

String get route => routes.lastOrNull == null ? Routes.home : routes.last;