Returns a new AssetId with the same package as this one and with the path extended to include extension.
extension
AssetId addExtension(String extension) => AssetId(package, '$path$extension');