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