uriEncoded property

String uriEncoded

Converts with Uri.encodeFull.

Implementation

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