updateFileDownload property

UpdateFileDownload? updateFileDownload

A file download was changed. This update is sent only after file download list is loaded for the first time

Implementation

UpdateFileDownload? get updateFileDownload {
  if (this is UpdateFileDownload) {
    return this as UpdateFileDownload;
  }
  return null;
}