LocalFile constructor

LocalFile(
  1. {required String path,
  2. required bool can_be_downloaded,
  3. required bool can_be_deleted,
  4. required bool is_downloading_active,
  5. required bool is_downloading_completed,
  6. required int download_offset,
  7. required int downloaded_prefix_size,
  8. required int downloaded_size,
  9. int? extra,
  10. int? clientId}
)

Represents a local file

Implementation

LocalFile