paths property

List<String> paths

Contains the list of paths that contain appname.

If no paths are found then this list will be empty.

If first is true this will contain at most 1 path.

Implementation

List<String> get paths => _paths;