WebException.timeout constructor

WebException.timeout(
  1. String message
)

Implementation

WebException.timeout(final String message)
    : this(WebException._timeout, message, const {});