frameId property
int
get
frameId
The frame associated with the injection.
Implementation
int get frameId => _wrapped.frameId;
set
frameId
(int v)
Implementation
set frameId(int v) {
_wrapped.frameId = v;
}