WebViewStateChanged constructor

WebViewStateChanged(
  1. WebViewState type,
  2. String url,
  3. int navigationType
)

Implementation

WebViewStateChanged(this.type, this.url, this.navigationType);