values property

Set<DownloadStartResponseAction> values
final

Set of all values of DownloadStartResponseAction.

Implementation

static final Set<DownloadStartResponseAction> values = [
  DownloadStartResponseAction.CANCEL,
].toSet();