location property

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.

Implementation

final String? location;