documentOrigin property
String?
get
documentOrigin
The origin of the document associated with this context, or undefined if the context is not hosted in a document.
Implementation
String? get documentOrigin => _wrapped.documentOrigin;
set
documentOrigin
(String? v)
Implementation
set documentOrigin(String? v) {
_wrapped.documentOrigin = v;
}