urlDecode property

String urlDecode

Decodes an application/x-www-form-urlencoded string using a specific encoding scheme.

Implementation

String get urlDecode => Uri.decodeFull(this);