ScreencastFrameMetadata constructor
ScreencastFrameMetadata({})
Implementation
ScreencastFrameMetadata(
{required this.offsetTop,
required this.pageScaleFactor,
required this.deviceWidth,
required this.deviceHeight,
required this.scrollOffsetX,
required this.scrollOffsetY,
this.timestamp});