screenshotEnabled property

bool get screenshotEnabled

Attach screenshot to a report.

Implementation

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

Implementation

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