InAppWebViewHitTestResult constructor

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

Implementation

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