Returns a unique name for the asset, combining the package name and file name.
@override String getUniqueName() { if(exists()) { return _asset!.getUniqueName(); } throw _throwIfNotFound(); }