urlEncode method

String urlEncode()

将字符串进行url编码

Implementation

String urlEncode() {
  return Uri.encodeFull(this);
}