urlDecode method

String urlDecode()

将字符串进行url解码

Implementation

String urlDecode() {
  return Uri.decodeFull(this);
}