documentId property

String? documentId

The unique identifier for the frame's document, if this request is for a frame.

Implementation

String? get documentId => _wrapped.documentId;
void documentId=(String? v)

Implementation

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