uriEncoded property
String
get
uriEncoded
Converts with Uri.encodeFull.
Implementation
String get uriEncoded {
return Uri.encodeFull(this);
}
Converts with Uri.encodeFull.
String get uriEncoded {
return Uri.encodeFull(this);
}