url property
final
URLs aren't filesystem paths, but they're supported to make it easier to manipulate URL paths in the browser.
URLs use "/" (forward slash) as separators. Absolute paths either start
with a protocol and optional hostname (e.g. https://dart.cn
,
file://
) or with "/".
Implementation
static final Style url = UrlStyle();