uriQueryComponentDecoded property

String get uriQueryComponentDecoded

Converts with Uri.decodeQueryComponent.

Implementation

String get uriQueryComponentDecoded {
  return Uri.decodeQueryComponent(this);
}