url top-level property

Context url
final

A default context for manipulating URLs.

URL path equality is undefined for paths that differ only in their percent-encoding or only in the case of their host segment.

Implementation

final Context url = Context(style: Style.url);