search property
override
The query
part of the URL in the browser address bar.
See: https://developer.mozilla.org/en-US/docs/Web/API/Location/search
Implementation
@override
String get search => _location.search!;
The query
part of the URL in the browser address bar.
See: https://developer.mozilla.org/en-US/docs/Web/API/Location/search
@override
String get search => _location.search!;