menu
webview_inapp package
documentation
flutter_inappwebview.dart
WebUri
hasQuery property
hasQuery property
dark_mode
light_mode
hasQuery
property
@
override
bool
get
hasQuery
override
Whether the URI has a query part.
Implementation
@override bool get hasQuery => _uri.hasQuery;
webview_inapp package
documentation
flutter_inappwebview
WebUri
hasQuery property
WebUri class