Screenshot constructor

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

Implementation

Screenshot(this.description, this.path);