location property

  1. @override
String? location
override

The location of the application.

The string is usually in the format of multiple string identifiers with slashes in between. ex: /, /path, /path/to/the/app.

Implementation

@override
String? get location => resolvedPath ?? route;