state property

  1. @TagNumber.new(8)
DownloadState get state

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);
  1. @TagNumber.new(8)
set state (DownloadState value)

Implementation

@$pb.TagNumber(8)
set state(DownloadState value) => $_setField(8, value);