hash property

String hash

A string containing a '#' followed by the fragment identifier of the URL.

MDN reference

Implementation

String get hash => _uri.fragment;
void hash=(String value)

Implementation

set hash(String value) => _uri = _uri.replace(fragment: value);