baseUri property

String? get baseUri

Implementation

String? get baseUri {
  return ownerDocument?.baseUri;
}