ScreencastFrameMetadata constructor

ScreencastFrameMetadata(
  1. num offsetTop,
  2. num pageScaleFactor,
  3. num deviceWidth,
  4. num deviceHeight,
  5. num scrollOffsetX,
  6. num scrollOffsetY, {
  7. num? timestamp,
})

Implementation

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