hash property Null safety
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.hash;
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.hash;