resolvedUri property

Uri? get resolvedUri

Implementation

Uri? get resolvedUri {
  _uri ??= Uri.tryParse(url);
  return _uri;
}