menu
flutter_helper_utils package
documentation
flutter_helper_utils.dart
UriNotifier
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 => value.hasQuery;
flutter_helper_utils package
documentation
flutter_helper_utils
UriNotifier
hasQuery property
UriNotifier class