url property

Style url
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. http://dartlang.org, file://) or with "/".

Implementation

static final Style url = new UrlStyle()