uriEncoded property

String get uriEncoded

Converts with Uri.encodeFull.

Implementation

String get uriEncoded {
  return Uri.encodeFull(this);
}