location property
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;
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
.
final String? location;