frameId property
int
get
frameId
The ID of the frame. 0 indicates that this is the main frame; a positive value indicates the ID of a subframe.
Implementation
int get frameId => _wrapped.frameId;
set
frameId
(int v)
Implementation
set frameId(int v) {
_wrapped.frameId = v;
}