menu
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface.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_platform_interface package
documentation
flutter_inappwebview_platform_interface
WebUri
hasQuery property
WebUri class