urlEncode property

String urlEncode

Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.

Implementation

String get urlEncode => Uri.encodeFull(this);