Screenshot constructor

Screenshot({
  1. String? contents,
  2. String? kind,
})

Implementation

Screenshot({
  this.contents,
  this.kind,
});