InAppWebViewHitTestResult constructor

InAppWebViewHitTestResult({
  1. String? extra,
  2. InAppWebViewHitTestResultType? type,
})

Implementation

InAppWebViewHitTestResult({this.extra, this.type});