screenshotEnabled property

bool screenshotEnabled

Attach screenshot to a report.

Implementation

bool get screenshotEnabled =>
    tryCast(this["ScreenshotEnabled"], constOptionScreenshotEnabled);
void screenshotEnabled=(bool value)

Implementation

set screenshotEnabled(bool value) {
  this["ScreenshotEnabled"] = value;
}