documentId property
String?
get
documentId
A UUID for the document associated with this context, or undefined if this context is hosted not in a document.
Implementation
String? get documentId => _wrapped.documentId;
set
documentId
(String? v)
Implementation
set documentId(String? v) {
_wrapped.documentId = v;
}