Свойство isAbsolute
bool isAbsoluteВозвращает, является ли URI абсолютным.
URI является абсолютным в соответствии с RFC 3986, если он имеет схему и не имеет фрагмента.
Исходный код
bool get isAbsolute;
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-core/Uri/isAbsolute.html