documentId property

String get documentId

The UUID of the document making the request. This value is not present if the request is a navigation of a frame.

Implementation

String get documentId => _wrapped.documentId;
set documentId (String v)

Implementation

set documentId(String v) {
  _wrapped.documentId = v;
}