values property

Set of all values of URLRequestNetworkServiceType.

Implementation

static final Set<URLRequestNetworkServiceType> values = [
  URLRequestNetworkServiceType.AV_STREAMING,
  URLRequestNetworkServiceType.BACKGROUND,
  URLRequestNetworkServiceType.CALL_SIGNALING,
  URLRequestNetworkServiceType.DEFAULT,
  URLRequestNetworkServiceType.RESPONSIVE_AV,
  URLRequestNetworkServiceType.RESPONSIVE_DATA,
  URLRequestNetworkServiceType.VIDEO,
  URLRequestNetworkServiceType.VOICE,
].toSet();