WebViewHttpError constructor

WebViewHttpError(
  1. String code,
  2. String url
)

Implementation

WebViewHttpError(this.code, this.url);