Returns the name of the originating package (same as _packageName).
_packageName
@override String? getPackageName() { if(exists()) { return _asset!.getPackageName(); } throw _throwIfNotFound(); }