file property
Obtain the compressed file of the asset.
See also:
fileWithSubtypewhich can obtain the compressed file with subtype.originFilewhich can obtain the origin file.originFileWithSubtypewhich can obtain the origin file with subtype.loadFilewhich can obtain file withPMProgressHandler.
Implementation
Future<File?> get file => _getFile();