fragment property
String
get
fragment
The fragment (e.g., "section1"
) without leading '#'
.
Implementation
String get fragment => _uri.fragment;
The fragment (e.g., "section1"
) without leading '#'
.
String get fragment => _uri.fragment;