BeginFrameResult constructor

BeginFrameResult({
  1. required bool hasDamage,
  2. String? screenshotData,
})

Implementation

BeginFrameResult({required this.hasDamage, this.screenshotData});