path property
The relative path within package.
The AssetId contructor guarantees that it's a POSIX-formatted relative
path: it uses / for separators, does not start with /, does not
contain ...
Additionally, the AssetId constructor guarantees that it does not
contain any backslashes.
Implementation
final String path;