state property
The single phase of this transfer. error (21) is populated exactly
when state == DOWNLOAD_STATE_FAILED and is meaningless otherwise.
Implementation
@$pb.TagNumber(8)
DownloadState get state => $_getN(6);
Implementation
@$pb.TagNumber(8)
set state(DownloadState value) => $_setField(8, value);