LocalFile constructor
LocalFile({})
Implementation
LocalFile({
super.extra,
super.client_id,
this.path,
this.can_be_downloaded,
this.can_be_deleted,
this.is_downloading_active,
this.is_downloading_completed,
this.download_offset,
this.downloaded_prefix_size,
this.downloaded_size,
});