location property Null safety

String? location
final

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.

It is equivalent to the URL in a web application.

Implementation

final String? location;