ScreenshotStep constructor

ScreenshotStep({
  1. bool goldenCompatible = true,
  2. String? imageId,
})

Implementation

ScreenshotStep({
  this.goldenCompatible = true,
  this.imageId,
});