fragment property
String
get
fragment
The value is the empty string if there is no fragment identifier component.
Implementation
String get fragment => uri.fragment;
The value is the empty string if there is no fragment identifier component.
String get fragment => uri.fragment;