file property

Future<File?> get file
inherited

Obtain the compressed file of the asset.

See also:

  • fileWithSubtype which can obtain the compressed file with subtype.
  • originFile which can obtain the origin file.
  • originFileWithSubtype which can obtain the origin file with subtype.
  • loadFile which can obtain file with PMProgressHandler.

Implementation

Future<File?> get file => _getFile();