menu
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface.dart
WebUri
hasFragment property
hasFragment property
dark_mode
light_mode
hasFragment
property
@
override
bool
get
hasFragment
override
Whether the URI has a fragment part.
Implementation
@override bool get hasFragment => _uri.hasFragment;
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface
WebUri
hasFragment property
WebUri class