isAbsolute property

bool isAbsolute

Gets if this instance holds an absolute URL.

Implementation

bool get isAbsolute => !isRelative;