from static method

DownloadStatus from(
  1. int value
)

Implementation

static DownloadStatus from(int value) => DownloadStatus._internal(value);