Screenshot constructor

const Screenshot(
  1. String path,
  2. String description
)

Implementation

const Screenshot(this.path, this.description);