urlDecode property
      
      String
      get
      urlDecode
      
    
    
Decodes an application/x-www-form-urlencoded string using a specific encoding scheme.
Implementation
String get urlDecode => Uri.decodeFull(this);Decodes an application/x-www-form-urlencoded string using a specific encoding scheme.
String get urlDecode => Uri.decodeFull(this);